19.04.2017
Cool .... 3rd
Day At Uki…
We 5 were left for
the Morning Session and others went to British Council.
Meanwhile we
completed our last day blogs and got ready to Study a new Chapter
“Basic Commands Of Linux”.
Basically there are
two Interfaces in a machine
-
GUI – Graphical User Interfaces
-
It contains Menus, Icons, Bars etc.
-
CLI – Command Line Interfaces
-
CLI has Commands, Options and Arguments
-
A Programmer moves with this interface.
In today’s Blog I'm
going to share a short quick revision about some Basic Commands Of
Linux I understood yesterday…
Some Basic Commands Of Linux
-
cd
-
Change Directory
-
cd<space>foldername
-
It helps to move to the folders which we want.
-
-
cd ..
-
Back to last locations
-
-
ls
-
list
-
Its shows what the folder contains which we are actually.
-
-
mkdir
-
Make Directory
-
mkdir<space>foldername
-
Creating a New Folder.
-
-
rmdir
-
Remove Directory
-
rmdir<space>foldername
-
Deleting a Folder
-
-
touch
-
We use this to create text files
-
touch<space>filename.txt
-
touch<space>filename
-
-
rm
-
We use this to remove text files.
-
rm<space>filename.txt
-
-
pwd
-
Path Working Directory
-
Specify the path where we are exactly.
-
-
mv (For Renaming)
-
mv<space>filename which already has<space>new filename
-
Command for renaming a file
-
-
mv (For Moving Files)
-
Command for moving a file.
-
mv<space>fullpath<space>new file path
-
-
tree
-
A structurer that helps to display all the file the folder has in one view.
-
-
clear
-
to clear old commands we use this
-
To Read My Notes about nano Text Editor - nano Text Editor
In Next Blog An Introduction About Pseudocode...
Meet U In Next................. 🙋
keep going
ReplyDeleteThank u Dr...
ReplyDeleteGood Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
ReplyDeletePython Training in electronic city
DataScience with Python Training in electronic city
AWS Training in electronic city
Big Data Hadoop Training in electronic city
Devops Training in electronic city
React JS Training in electronic city
This comment has been removed by the author.
ReplyDelete