The basics
First, let’s talk about the basics. These commands will help you traverse any disk in the linux terminal environment.
Command | Function |
---|---|
|
Print working directory. |
|
List files. |
|
Change directory. |
|
Print file to the command window [1] |
|
Tutorial for given linux keyword. |
|
Shows your command history. |
|
Copy file. |
|
Move file (can also be used to rename something) |
|
Make directory (folder). |
|
Remove file. |
|
Remove file/folder recursively (i.e. remove folder and all its contents. Basically a more powerful version of |
|
Remove file/folder recursively (Basically a more powerful version of |
|
List all active processes (you can use |
Use extreme caution when using rm -rf . This function
removes EVERYTHING in the directory and does NOT even give you a warning.
|
How to reference files
Expression | Function |
---|---|
|
Current working directory. |
|
Parent directory. |
|
Parent of parent directory. |
|
Wild card. (For example if you wanted to do something to |