Hi all,
In this video, I am going to teach how to use simple unix/ubuntu commands. List of commands is given below.
---------------------------------------------------------------------------------------------------------------------
Simple Unix commands ----
---------------------------------------
1. pwd - present working directory ---- path of current folder - pwd (enter)
2. ls - To list content of current folder ---- ls (enter)
3. cd - change directory ---- cd foldername (enter)
4. cd .. - To go back one folder ---- cd .. (enter)
5. mkdir - To make new directory ---- mkdir folderName (enter)
6. touch - To create a new empty file ---- touch fileName (enter)
7. vi - To create/edit/write a file ---- vi fileName (enter)
7a. i - insert content to file ---- press i
7b. Start writing content
7c. esc - To come out of insert mode --- press Esc button
7d. :q - To quit file without writing anything ---- :q (enter)
7e. :wq - Write, save and quit from file ----- :wq (enter)
8. cat - To check the content of file ----- cat fileName (enter)
9. rm - To remove file ------- rm fileName (enter)
9a. rm rf -------- To remove folder ------ rm -rf foldername (enter)
10. sudo su - To gain root access ----- sudo su (enter)
11. clear - To clear screen ---- clear (enter)
12. history - To check history of commands ---- history (enter)
-----------------------------------------------------------------------------------------------------------
For More Information:
Please write us at: [email protected]
====== If you would like to donate and give support to our Channel, write a mail to us.
Thanks For giving Your Valuable time.
Regards,
ComputeOnCloud Team