Wednesday, 2 March 2016

Linux Command Line

Basic Linux Commands


  • ls            :       It Shows List of directories.
  • mkdir      :        It make a directory at current path.
  • cd              :       Changes current directory.
  • ps              :        Shows list of process running.
  • dmesg       :        Shows Debug messages.
  • cp              :        Copy file or empty directory from source to destination.
  • cp -rf         :        Copy directory with contents.
  • clear          :        Clear terminal screen.
  • cat              :        Concatenate and print (display) the content of files.
  • chmod       :        Change access permissions.
  • chown        :        Change file owner and group.
  • ifconfig      :        Show networking information.
  • mv              :       Move file/ directory.
  • kill              :       Kill process by process ID.
  • pkill            :       Kill process by its name.
  • touch           :       Edit information details about file.
  • vi                 :       Screen based vi editor is initiated.
  • vim              :       Modified version of vi editor.
  • whoami       :       Displays current user ID.


No comments:

Post a Comment