Saturday 26 March 2016

Some useful linux commands



  • ls                                                             - list directory
  • ls -l                                                          - list directory detailed
  • mkdir <dirname>
  • cd <dirname>
  • rmdir <dirname>
  • man <command>                       
      •  - gets information regarding the command
      • eg:- man ls
      •  
  • gedit <filename>  [&]
    •  Opens filename for editing
    • & - runs the editor in the background

 

No comments:

Post a Comment