geodesymiami / rsmas_insar

RSMAS InSAR code
https://rsmas-insar.readthedocs.io/
GNU General Public License v3.0
58 stars 22 forks source link

File permission @ TACC #516

Open falkamelung opened 2 years ago

falkamelung commented 2 years ago

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