Knowledgebase
Portal Home > Knowledgebase > SSH Commands
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Search
Articles
Linux/Unix Command: cd - Change Directory
cd - Change Directory
CODE:
$ cd [options] [dir]
The cd command changes the...
Views: 508
Linux/Unix Command: clear - Clear Terminal Screen
clear - Clear Terminal Screen
CODE:
$ clear
The clear command clears the...
Views: 696
Linux/Unix Command: cp - Copy files
cp - Copy files
CODE:
$ cp [options] [source] [dest]
The cp command copies file(s)...
Views: 488
Linux/Unix Command: df -h - Check Disk Usage
df -h - Check Disk Usage
CODE:
$ df -h
This function will return the disk usage of each...
Views: 149
Linux/Unix Command: exit - Exits Terminal
exit - Exit Terminal
CODE:
$ exit
The exit command exits the terminal window.
Views: 491
Linux/Unix Command: grep - Search within files
grep - Search Within Files
CODE:
$ grep [options] [pattern] [file]
The mv command...
Views: 431
Linux/Unix Command: ls - List files/directories
ls - List files/directories
CODE:
$ ls [options] [dir]
The ls command lists the...
Views: 577
Linux/Unix Command: mkdir - Make Directory
mkdir - Make Directory
CODE:
$ mkdir [options] [newdir]
The mkdir command is...
Views: 581
Linux/Unix Command: mv - Move (rename) files
mv - Move (rename) files
CODE:
$ mv [options] [source] [dest]
The mv command changes...
Views: 477
Linux/Unix Command: rm - Remove (delete) files/directories
rm - Remove (delete) files/directories
CODE:
$ rm [options] [file/directory]
The...
Views: 701
Powered by WHMCompleteSolution