Followers

Total Pageviews

Translate

Sunday, November 10, 2019

commands of ubuntu terminal




commands of ubuntu terminal

  •  ls :-  List directory contents
  • cd :- Change the working directory

  • cd .. :-  previous directory ( back)

  • mkdir :- Make directories
  • touch :- Change file access and modification times
  • rm :- Remove directory entries
  • rm dir :- Remove directories, if they are empty

  • clear :- clear the current Ubuntu terminal





  • tree :- recursive directory listing program


  • 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














1 comment: