Linux Commands

  1. ls Command

    Used to open all the files in the directory.

    ls
  2. pwd Command

    Used to show the current working direcory(print working directory)

    pwd
  3. man Command

    Shows the manual of any command available.

    cd "pathname"

    EG-This will show you all the files and folders on Desktop.

    cd "C:\Users\Dell\Desktop"
  4. cd Command

    Used to change the directory from one folder to another

    cd "pathname"

    EG-This will show you all the files and folders on Desktop

    cd "C:\Users\Dell\Desktop"