AFS Tips
What are ACLs?
- AFS is the network file system used by the SPH UNIX machines.
All personal and group disk directories reside in AFS
(note that
all these directory names begin with /afs/sph.umich.edu).
- Each directory residing in AFS
has an access control list (ACL), which
lists which users or groups are allowed to access this directory
and what type of access each can have.
- Traditional UNIX ownership and permissions (as displayed
in the ls -al command) mean little for AFS files. An
SPH user should not use the chmod command in hopes of
restricting access to AFS files.
Checking and changing acls
What is a volume?
- A volume is a logical container for a given directory tree
on the AFS file system.
- A person's home directory is usually contained entirely within
one volume. Group directories used by the various projects in SPH
are usually made up of several volumes.
- The existence of volumes doesn't matter to SPH users most of the
time. When a user moves from one volume to another when changing
directories or when shuffling files, they usually won't notice the volume
change. Knowing about a volume becomes more important when
a user has run out of space on the volume
or when the user has deleted a file and wants to recover the file
from the backup volume (which is usually known to many in SPH as
the OldFiles directory).
Checking the quota on a volume
For more information, see
http://www.sph.umich.edu/computing/docs.html#afs.
|