#!/bin/sh # # bbsys.linux # # BIG BROTHER # OPERATING SYSTEM DEPENDENT THINGS THAT ARE NEEDED # PS="/bin/ps ax" # LINUX DF="/bin/df -k" MSGFILE="/var/log/messages" TOUCH="/bin/touch" # SPECIAL TO LINUX MAIL="/bin/mail -s" PING="/bin/ping" GREP="/bin/grep" SORT="/bin/sort" SED="/bin/sed" EGREP="/bin/egrep" PINGPAR1="&WOPTION -n -c1" # ADDED BY ROB. DON'T RESOLVE NAME # &WOPTION is replaced by -w3 if supported