"System common Commands"
passwd [hostname] Change Password
USERADD [hostname] adding users
Su- switch to root user
SSH [hostname] SSH connection
cd [directory] into the directory directory
sudo chown [username] assigns appropriate permissions to the user
CTRL + C stops the current command (such as ping)
VI [filename] Edit a file with the Vim editor
I text Edit Status
: E exit editor
: w Save File
:!q quits but does not save
ESC command line status
Cat [filename] View file contents
"Network Common Commands"
ifconfig view local network card status
"Download and install command"
wget [url] URL Way to download
apt-get Install [name] apt-get Mode installation
RPM-IVH jdk-7u7-linux-i586.rpm rpm command installation
Tar xvf [tar-file] unzip the Tar-file
"File Operations Command"
mkdir [directory] Creating directory Directories
CP [File] [path] copy file to path
MV [file] [path] moves file to Path
RM [File] Delete file files
Some of your favorite shell commands