Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd
- ls (you will see downloads)
- cd (downloaded package name)
- ls
- rm -rf = delete
- [Eg : rm -rf (file name)]
- neofetch = Cobra picture
- mv = Rename or move
- [Eg : mv (file name)]
- pwd = to enter
- [Eg : pwd+enter]
- cd ../ = back
- rmdir = delete
- mkdir = create a folder
- [Eg : mkdir (make file)]
- touch = create a file
- cat = read txt
- cp = copy
- [Eg : cp (file name)]
- zip file.zip (all) = zip
- unzip file.zip = unzip
- apt install python( 2 , 3 )
- chmod +x (file name) Give permission
- ./(file name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement