Cover V06, I03
Article
Figure 1
Figure 2
Listing 1
Listing 2
Listing 3

mar97.tar


Listing 1: Sample bbsys.local figure for FreeBSD

#!/bin/sh
#
# bbsys.freebsd
#
# BIG BROTHER
# OVERRIDE SETTINGS IN bbsys.sh FOR VARIOUS OPERATING SYSTEMS
#
PS="/bin/ps -ax"                        # FREEBSD, LINUX, SUNOS
DF="/bin/df"                            # SUNOS, LINUX, FREEBSD
MSGFILE="/var/log/messages"             # BSD STYLE MACHINES

# End of File