DEC OSF/1 / Unix / Tru64 File systems


Local filesystemsUnder construction

DEC/Tru64 UNIX >=3.x by default installs filesets root_domain#root, usr_domain#usr, usr_domain#var (Tru64 5.x) and var_domain#var (Tru64/DEC Unix 4.x,3.x), respectively. The /tmp directory is in the root_domain#root fileset and should be cleaned on a daily basis.

OSF/1 >=3.x

Use
crontab -e 

           # system default: 
20 4 * * * /usr/sbin/dirclean -t +2 -o -k s /tmp/
           # alternative:
0 3 * * * /opt/bin/scavenger -t+1 /tmp
to specify regular cleanup.

OSF/1 2.x

Use
vi /usr/spool/cron/crontabs/root

           # system default: 
20 4 * * * find /tmp  -type f -atime +2 -exec rm -f {} \;
           # alternative:
0 3 * * * /opt/bin/scavenger -t+1 /tmp
to specify regular cleanup.

Remote filesystems

are defined to share user, data and scratch files as well as applications. They are mounted via the autofs () or the older automount () mechanism.
Configuration files are (the comments are for explanation only, not allowed in the real world):