Brief Notes on AFS
- To login, do:
- To change to your AFS directory, (ASSUMING YOUR USERID IS SAM) do:
- cd /afs/psu.edu/users/s/a/sam
(note the directories s and a match the first two letters in sam)
- To make this easier, create your own dfs directory via:
- cd
- ln -s /afs/psu.edu/users/s/a/sam dfs
- To make a directory available to be read by ALL other users,
cd to that directory and then do:
- fs setacl . system:anyuser rl
- To make a directory secure and NOT available to other users,
cd to that directory and then do:
- fs setacl . system:anyuser none
- To see what your acl's are set do:
- To check your disk quota do:
-
http://cac.psu.edu/beatnic/Soft_Lang/afs/afs_main.html
-
AFS FAQ
from Prof. Lyle N. Long, lnl@psu.edu