groups
on your prompt: $> groups
yourgroup(s) ... epicsadm ...
newgrp - epicsadm
(the minus is important): $> newgrp - epicsadm
$> umask 002
~/.profile
or ~/.bashrc
files.newgrp
command forces executing the loginscript) #if logged in as group epicsadm, change umask to ug+w if [ $(id -gn) = "epicsadm" ]; then umask 002; # or anything else fi
~epics
: $> cd ~epics
$> mkdir download