Linux Commands
Linux Commands
pwd ( print working directory )- which directory I’m located in- right now in home directory
cd ( used for navigation )- eg: cd downloads -go to downloads folder in the home directory
If we want to copy the file to a different folder –cd test /home/nandini/downloads( the test file will
be in downloads)
man ls (displays the manual for any command that can be run in terminal)- basically what the
command does