admin@onlinelearningcenter.in (+91) 7 999 01 02 03

Common Unix commands everyone must know

Sushmita Mandal
297 Posts
  • $ ls -> Lists Directories and Files:
  • $ ls -a -> Lists hidden files
  • $ cat filename -> Displays content of the file
  • $ cp source_file destination_file -> Copying files from one location to another
  • $ cd ~ -> Takes you to home directory
  • $ cd /usr/local/bin -> changes directory
  • $ mkdir newdir -> creates new directory
  • $ mkdir /usr/local -> creates a directory in this path
  • $ mkdir newdir1 newdir2 -> creates 2 directories together under current directory
Published By : Sushmita Mandal
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Comments

Jquery Comments Plugin