| Command | Use |
|---|---|
cd |
Change to a different directory |
ls |
List files in this directory |
mkdir |
Make a new directory |
rm |
Remove a file |
rmdir |
Remove a directory |
echo |
Write arguments to the standard output |
| Command | Use |
|---|---|
cp |
Copy a file |
mv |
Move a file |
man |
Access documentation about a command |
grep |
Search for a string |
history |
Shows your command history |
fg to bring it back to the foreground.