pwd
show present working directory
uname
show name of the kernel
uname -r
show kernel version
cd
change directory
clear
clear the screen
whoami
show current login user name
history
show list of previously used commands
date
show time and date
echo "Hello"
display Hello text
sudo
run commands as super user
Comments