Skip to main content

Basic Linux Commands Tutorial...

 Linux Command..

  1. mkdir - create a new directory.
  2. ls - Name of file & directory.
  3. pwd - Present working directory.
  4. rm - Remove a file.
  5. rmdir - Remove a directory.
  6. cd - Change directory.
  7. cd.. - Parent directory.
  8. touch - Create a update file.
  9. clear - Clear screen.
  10. tail - Output the last 10 lines of the file. 

Comments