|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
ProFTPD Question
I would like to lock certain users in their home directory and keep some users able to browse the whole filesystem as they currently do. How do I do this?
Thanks |
|
#2
|
|||
|
|||
|
use your permissions to do that
|
|
#3
|
|||
|
|||
|
Add all ftp users to the same group. Add or edit this command in proftpd.conf:
Code:
DefaultRoot ~ ftpusers This locks users in the group ftpusers to their home directory. |
|
#4
|
|||
|
|||
|
I mean all users you want to lock to their home directories. Add them to a group like rftpusers.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > ProFTPD Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|