Thursday 31 July 2014

How to create a directory in Linux

1. mkdir command in Linux
2. cd command in Linux
3. ls command in Linux

Introduction to Linux 

Linux is very powerful Server-oriented operating system which has many brilliant features. Linux is operation system which is flavour of Unix . Linux is multi-user and multi-tasking operating system. Linux is leading operating system on server and other big iron system such as mainframe computers supercomputers. Also note down that the most famous mobile OS Android is also built on Linux Kernel.

Structure of the Problem Requirements 

In this problem we will make two directories (directory within directory). For this purpose we will use three Linux command mkdir, cd and ls . mkdir command is used to create a directory in Linux , while cd command bring you to the home directory or where you want to enter any directory after giving it path. ls command is used to view the sub-directories in a directory in the List form.

Source Code  

niazi@ubuntu:~$  mkdir  LEP

niazi@ubuntu:~$  cd  LEP

niazi@ubuntu:~/ LEP$ mkdir  ancodingpoint.com

niazi@ubuntu:~/ LEP$  cd

niazi@ubuntu:~$ ls LEP

ancodingpoint.com

niazi@ubuntu:~$  


Output of the Command 


Linux Directories
Linux Directories






Share it Please
asad

About Author!

Asad Niazi is Software Engineer , Programmer, Web Developers and a young mentor of Tech Solutions Desk and Blogging Solutions . Asad Love to writes about Technology, Programming, Blogging and make money online.

2 comments: Post Yours! Read Comment Policy!▼
Important Note:
We have Zero Tolerance to Spam. Chessy Comments and Comments with Links will be deleted immediately upon our review.

  1. but now Linux has more good graphic then windows :p

    ReplyDelete
  2. No Window is Better than Linux :)

    ReplyDelete