Here the onld bold characters indicate the terminal comment so read carefully
pwd -(Print working directory or present working directory )- It is used to find where we working directory
ls - We can find that what are list we have
cd Desktop/ -it is used to go to Desktop ( her capital D is importatant and also this /)
mkdir folder name - it is used create folder, you can put the folder name after the mkdir , and also mkdir means make directory
rmdir foldername - it is use dto remove the folders ( that folder should not contain any documents )
rm -r foldername/- remove folders which contain files
cd foldername- go to the folder
cd - - it moves backward by one step
clear - clear the terminal
exit - exit the terminal
shutdown - 5 mins - it will shutdown after 5 minutes
gedit - open the notepad
0 Comments