Search Results

Search: Posts Made By: cdeanwhitaker
65,532
Posted By cdeanwhitaker
date-ification script
#!/bin/sh -f
if [ "${1}" = "" ]; then
echo " Usage: $0 <filename>"
exit 1
elif [ ! -e "${1}" ]; then
echo "File ${1} not found"
exit 2
fi

year=`date +%Y`
mon=`date +%m`...
27,474
Posted By cdeanwhitaker
ping localhost to see if networking is on ping...
ping localhost to see if networking is on
ping <your IP> (as found from /sbin/ifconfig) to see if network card is working
ping <your gateway> (as found from /sbin/route) to see if you're talking to...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 12:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy