🐧 Kali Linux - Basic & Useful Commands
Kali Linux is a powerful penetration testing and ethical hacking OS. Below are some commonly used terminal commands:
🔹 System Update & Upgrade
sudo apt update && sudo apt upgrade
🔹 List Directory Contents
🔹 Change Directory
🔹 Install a Package
sudo apt install package-name
🔹 Show Your IP Address
🔹 Run Python Script
🔹 Create a New File
🔹 Edit File with Nano Editor
🔹 Give Execute Permission
🔹 Run Bash Script
🔹 Clear Terminal
🔹 Search Package
🔹 Whoami (Current User)
🔹 View All Users
🔹 Shutdown / Reboot
sudo shutdown now
sudo reboot