UNIX Commands
Useful Commands
ls
| list directory |
cd directory_name
| change directory. directory_name can be . for current directory or .. for the parent directory
|
pwd
| print working directory (print current directory) |
cp source_file destination_file
| copy source_file to destination_file |
mv source_file destination_file
| move source_file to destination_file |
mkdir
| make a new directory |
rmdir
| remove a directory |