Im having a little problem with folders.I have 1 admin and 4 users. All 4 users are in one group. The problem is that admin have access to 2TB disk ( /media/admin/disk ). I would like that entire group can access to admin folders. Because on that disk I have 4 maps, 1 for each user. (/media/admin/disk/4maps)
So far I was able to give permissions only to a single user at a time. (chown -R user:group /media/admin )
Im using ubuntu server and sftp connection for 4 users.
So how to give permissions to all the users in group ?