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
2) Check the created folder
Type the “ls” command to show the files and folders in current directory
See the created folder in current directory
3) Then go into “newfolder”
cd newfolder
You are now in “newfolder”