This is where I post snippets of information about Information Technology. It is mostly for my own reference but I hope that others will find it useful and comments are welcome.
user=`id -nu`if [ $user != 'root' ]thenusagefi
user=`id -nu`
ReplyDeleteif [ $user != 'root' ]
then
usage
fi