Commands
|
SSH Command |
Explanation |
|
cat |
Show contents of a file. |
|
cd |
Change Directory. |
|
clear |
Clear the terminal screen. |
|
cp |
Copy file/folder. |
|
find |
Search files and directories. |
|
grep |
Search for a specific phrase in file/lines. |
|
history |
Show last 50 used commands. |
|
ls |
Show directory contents (list the names of files). |
|
mkdir |
Create a new folder (directory). |
|
mv |
Move file/folder. |
|
pwd |
Show current directory (full path to where you are right now). |
|
rm |
Remove a file. |
|
touch |
Create a new file. |
|
vdir |
Gives a more detailed listing than the "ls" command |