SAM (system administration menu), sysadmsh
Questions:
Why is it not a good idea to always login as root?
Questions:
Why is it dangerous to turn the power off without shutting down properly?
user support:
cope with lost passwords
answer hundreds of questions!
Exercises
What is your own group, user id? Have a look at the /etc/passwd file and the /etc/group file.
file system versus filesystem
mount
back up
tar
tar -cvf /tmp/bkup11.26.97 /Users/upriss
gzip /tmp/bkup11.26.97
tar -rvf /dev/rmt/0m /tmp/bkup11.26.97.gz
check the file system integrity
fsck
Exercise
tar one of your directories into a file, gzip it, then gunzip it and extract it (tar -xvf).
patches
Subscribe to the appropriate mailing lists for updates.
Disable all inet services that are not required (especially rlogin, finger, systat). Install safe versions of the services that are required. The files "hosts.allow" and "hosts.deny".
Check the /etc/passwd file from time to time.
Exercise
Type "last|more". Have a look at the files in /etc/inet, especially /etc/inet/inetd.conf.