|
ls |
Lists the contents of the current
directory. Much like dir in DOS. |
|
mkdir dir_name |
Creates a directory with the specified
file name. |
|
cd dir_name |
Changes the current directory to
the directory name. If you use .. for the directory name this
will move you up to the previous directory. |
|
cp filename1 filename2 |
Copes filename1 to a new
file named filename2. |
|
mv filename1 filename2 |
Renames filename1 as filename2. |
|
rm filename |
Removes (erases) the specified file. |
|
passwd |
Use this to change your password.
It will prompt you to enter the old password and the new password. |
|
lpr -Pprinter_name file |
Prints the specified file on the
printer named printer_name. I believe the printer in the
lab is named lw10. |