Kali Linux Terminal Commands
Terminal Commands
- rm - Remove
- rmdir - Remove Directory
- ls - list
- cd - Choose Directory
- cd.. - Back
- uname - username
- clear - clear all
- history - List of all recent commands typed
- mkdir - Make Directory
- man - Manual
- cp - Copy
- touch - To make a new file [Eg: touch Raj]
- -a - all
- sudo - Superuser do
- exit - Terminal Exit
- sudo halt - System Shutdown
- sudo reboot - System Restart
- pwd - Current Directory (Path)
- cntrl+c - Close Process (Kill Process in Terminal)
Comments
Post a Comment