ls -l /nfs/user/
umask
command. This is commonly added to your ~/.bashrc LoginScripts file. For example: umask 002
: user and group can read and write, everyone else can just read
umask 022
: user can read and write, everyone else can just read
umask 077
: user can read and write, no-one else can read or write
cd /nfs/user
Note: there is a space between cd and /
man chmod
for LOTS of information.
man chgrp
or man chown
).
chmod -R 755 /nfs/user/dab66
chmod -R 700 /nfs/user/dab66/private