File permission @ TACC
falkamelung opened this issue · 0 comments
falkamelung commented
The following permissions are required so that other groups members can see you directories and create/remove files:
In your .bashrc:
umask 027
chgrp -R G-822858 /scratch/05861/tg851601/unittestGalapagosSenDT128
________________________________________-
Hello Wei-Ming,
Your primary group is G-822858 and falk_3pm_test/ belongs to G-820134. If you want to delete or modify this directory, this dir needs to have everyone-read/write/execute permission (drwxrwxrwx). Your project manager needs to change it by "chmod -R falk_3pm_test a+rwX".
You can type "id" to see your primary group.
$ id
uid=876761(wxt108) gid=822858(G-822858) groups=822858(G-822858),823149(G-823149)
Thanks,
Quan Yuan