Linux Commands – Files and Directory
cd /home : enter to directory ‘/ home’
cd .. : go back one level
cd ../.. : go back two levels
cd : go to home directory
cd ~user1 : go to home directory
cd – : go to previous directory
pwd : show the path of work directory
ls : view files of directory
ls -F : view files of directory
ls [...]