#!/bin/sh -f

#
#
# Copyright 1995 Sun Microsystems, Inc. All Rights Reserved
#
# "@(#)help.sh	3.3 99/03/22 Sun Microsystems"
#

/bin/cat << XXXEOFXXX

config 	        bring over configuration files for the active policy
date		set and get current time/date (SET DATE WITH CAUTION!)
disks		check disk space (df -k)
eeprom		check eeprom settings
findcore	check if a core file exists
last		check boot history (last)
packages	check pkginfo and patch history
procs		check processes (ps -elf)
skip		check contents of /etc/skip/ directory
stats		check the kernel networking statistics (netstat -k)
streams		check the STREAMS statistics (netstat -m)
versions	bring over version info on major SunScreen components

XXXEOFXXX

