Hi,
I'm sure this has been covered in the past, so sorry about the repeat post. I'm trying to set permissions for 5 FTP users on RHEL 4. The dir structure looks like this:
/home/FTP
/home/FTP/folder1
/home/FTP/folder2
/home/FTP/folder3
/home/FTP/folder4
Users need the following access rights:
user1 - RXW all folders
user2 - RW on folder1, no access to other folders
user3 - RW on folder2, no access to other folders
user4 - RW on folder3, no access to other folders
user5 - RW on folder4, no access to other folders
I'm new to Linux, need some assistance with this (tearing my hair out at the moment) - examples would be really helpful.
Also, is there any way to prevent the users (other than user 1) from deleting an item from their folder once it's been written?
Using VSFTPd as a server, generic FTP clients on the workstations.
Thanks...
I'm sure this has been covered in the past, so sorry about the repeat post. I'm trying to set permissions for 5 FTP users on RHEL 4. The dir structure looks like this:
/home/FTP
/home/FTP/folder1
/home/FTP/folder2
/home/FTP/folder3
/home/FTP/folder4
Users need the following access rights:
user1 - RXW all folders
user2 - RW on folder1, no access to other folders
user3 - RW on folder2, no access to other folders
user4 - RW on folder3, no access to other folders
user5 - RW on folder4, no access to other folders
I'm new to Linux, need some assistance with this (tearing my hair out at the moment) - examples would be really helpful.
Also, is there any way to prevent the users (other than user 1) from deleting an item from their folder once it's been written?
Using VSFTPd as a server, generic FTP clients on the workstations.
Thanks...