Advertisement
LasterRooker

Basic commands

Dec 9th, 2020 (edited)
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. cd
  2. ls (you will see downloads)
  3.  
  4. cd (downloaded package name)
  5. ls
  6.  
  7. rm -rf = delete
  8. [Eg : rm -rf (file name)]
  9.  
  10. neofetch = Cobra picture
  11.  
  12. mv = Rename or move
  13. [Eg : mv (file name)]
  14.  
  15. pwd = to enter
  16. [Eg : pwd+enter]
  17.  
  18. cd ../ = back
  19.  
  20. rmdir = delete
  21.  
  22. mkdir = create a folder
  23. [Eg : mkdir (make file)]
  24.  
  25. touch = create a file
  26.  
  27. cat = read txt
  28.  
  29. cp = copy
  30. [Eg : cp (file name)]
  31.  
  32. zip file.zip (all) = zip
  33. unzip file.zip = unzip
  34.  
  35. apt install python( 2 , 3 )
  36.  
  37. chmod +x (file name) Give permission
  38. ./(file name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement