Basic Linux Commands
1.sudo -i -Root user
2.mkdir - create a new folder
3.pwd - present working directory
4.ls - list
5. cd -change directory
6. Touch - create empty file
vi
cat
7.rm [file name] -remove file
8 rm -f - remove forcefully
9.vi file commands
10. i - to enter the value
11. x - delete the character
12. dd - delete the row
13. 3d - 012
14. :wq! - to save and exit file
15. :set number
16. :set nonumber
17. shift+g = Last line of program
18. ls -l - long list with permission
19. ls -lrt - reverse order
20. ls -lrta - this shows the file which include Hidden files
permission and ownership
owner , group , other
-rw- r-- r--
6 4 4
read = 4
write = 2
execute = 1
-rwx -rw r
7 -6 -4
21. chmod 764 demofile
Thank you keep support.
Download
0 formats
No download links available.
Basic Linux Commands | With AWS Hands-on | Tamil | NatokHD