User Tools

Site Tools


someone_leaves

Someone leaves

When someone finishes their research, their data remains on the server and their account stays available. It is however convenient for the other project members to have access to their data to continue pending research. To deal with this issue we change the permissions for the users home directory to 770 and make all their files available to the group they are in. The example below shows how to achieve this for user “user1” part of project “group”.

chown -R user1:group1 /data/home/user1
chmod -R 770 /data/home/user1
someone_leaves.txt · Last modified: 2019/07/31 11:35 by 143.169.49.96