Linux

This Page for the new Linux Users… Basically we know , In the Linux OS we use commands in terminal to do functions of the Operating systems .

How to open the terminal

Menu->Terminal

1.) Create a Folder(Directory)

Type in Terminal

 mkdir newfolder 

n1
2) Check the created folder
Type the “ls” command to show the files and folders in current directory

n2

See the created folder in current directory

Screenshot from 2013-05-27 10:09:24

3) Then go into “newfolder”

 cd newfolder 

Screenshot from 2013-05-27 10:09:49

You are now in “newfolder”

Screenshot from 2013-05-27 10:10:05

Leave a Comment