Solaris File systems


Local filesystems

To do?
The /tmp filesystem should be cleaned on a daily basis, use
crontab -e                     # or: vi /usr/spool/cron/crontabs/root
0 3 * * * /opt/sfw/bin/scavenger -t+1 /tmp/ >/dev/null
to specify cleanup at 3 AM by some scavenger local admin shell script.

Remote filesystems

/etc/init.d/autofs /etc/auto_master are defined to share user, data and scratch files as well as applications. They are mounted via the automountd daemon which is automatically invoked in Solaris 10.
Configuration files are:
Last update: 16-Jan-2010, M.Kraemer