|
SFTP Jailing Two user groups at the same folder
Hi,
I have a user group Group1 jailed at
/home/User/
Here is the ls -l output:
drwxr-xr-x 3 root root 4096 Mar 29 2012 User
They are using
/home/User/Folder1
Here is the ls -l output:
drwxrwxrwx 9 nobody Group1 4096 Oct 6 07:42 Folder1
They can write delete files in this folder
My problem is now I have to add another folder for another group.
Folder2
The second group can only write inside Folder2 and can't read write or delete inside Folder1
But the first group should read their files.
How can I do this?
Thanks in advance
|