Changes

Jump to: navigation, search

OPS235 Lab 4

33 bytes added, 14:50, 23 June 2016
no edit summary
&#35; Date: *** CURRENT DATE ***<br>
<br>
 # Make certain user is logged in as root<br>if [ $PWD USER != "/root" ] # only runs if in root's home directory<br>then<br>&nbsp; &nbsp;echo "Note: You must be in are required to run this program as root's home directory." >&2<br>&nbsp; &nbsp;exit 1<br>
fi<br>
<br>
if [ "$#" -eq 0 ] # if no arguments after command<br>
then<br>
13,420
edits

Navigation menu