commands of ubuntu terminal
- ls :- List directory contents
- touch :- Change file access and modification times
- cd <space> :- default root/mother root
...................................................................................................................................................................
We create the data structure while using ubunthu terminator coding
cd Documents #Used to the documents file
mkdir Uki6 #Create the Uki6 File in documents
cd Uki6 #Used Uki6 File
mk dir Programming English Bussiness Personal_coaching #Create programming, ..... in Uki6
cd Programming #Use programming File
mk dir HTML CSS JS #Create HTML, ............. files for programming file
cd .. #Back the root
cd englis #Use English file
touch myself.txt #Create "Myself.txt" text format in English file
cd .. #Back the root
cd business #Use Business file
touch business_model_carvas.htm #Create "business_model_carvas.htm" html format in business
cd .. #back the root
tree #Recursive directory listing program
nice
ReplyDelete