Summary of Unix Commands

There are MANY commands available for you in a UNIX shell account. A list of them follows (in no particular order).

ls ................. show directory, in alphabetical order
logout ............. logs off system
mkdir .............. make a directory
rmdir .............. remove directory (rm -r to delete folders with files)
rm ................. remove files
cd ................. change current directory
man (command) ...... shows help on a specific command
LEARN MORE>>

No comments: