Basic UNIX Commands
|
Plain File Manipulation
| mv |
Move file command |
| cp |
Copy file command |
| rm |
Remove file command |
Directory Manipulation
| pwd |
Prints out your working directory |
| cd |
Changes Directories |
| mkdir |
Creates a new directory |
| rmdir |
Removes Directory |
| ls |
List Command |
| cat |
Displays a file |
| less |
Display a file page by page |
Account Management
| ln |
Redirect files |
| passwd |
Change your password |
| zip/unzip |
Zip or unzip files |
| du |
Display disk usage |
File System Security
| Basics |
Security basics |
| chmod |
Changing account permissions |
|