Basic Commands
sudo Run command as a superuser provision
sudo -s Login as a superuser
clear Clears the screen
cal Shows calendar
date Shows date & time
exit Exit from the terminal
man [command] Command manual
whatis [command] One line description of command
where [command] shows the command bin path
[command] -h Help section of the command
Basic Commands
sudo Run command as a superuser provision
sudo -s Login as a superuser
clear Clears the screen
cal Shows calendar
date Shows date & time
exit Exit from the terminal
man [command] Command manual
whatis [command] One line description of command
where [command] shows the command bin path
[command] -h Help section of the command