Basic Linux Commands
hostname : To check the name of machine.
pwd : To check the present working directory.
cd directory_name : To change the directory.
cd ~ : To change directory to the home directory.
cd - : Go to the last working directory.
cd .. : To go back one step...
deepakdnimbalkar.hashnode.dev2 min read