Ethical Hacking – 15 commands in Kali Linux

Hi all,
Today in this article we are going to explore 15 commands in Kali Linux. It is necessary to some basic commands in Kali Linux before starting ethical hacking
To download and install Kali Linux click here – https://knowledge-junction.in/2022/10/23/python-introduction-to-ethical-hacking-in-python-introduction-to-kali-linux-part-1/
Commands In Kali Linux
- Command to check in which directory you are
pwd

- To display calendar in the terminal
cal

- Command to clear the terminal
clear
Shortcut key to clear the terminal – ctrl+l
- To list the directories
ls

- To create a new directory
mkdir directory_name

- To remove a directory
rmdir directory_name

- To display manual of a command
man ls

- The command to see how much commands we have used
history
- To check the user name of the machine
whoami

- To exit the terminal or to close the terminal
exit
- To print something in terminal
echo "Knowledge - Junction"

- Command to check the date
date

- To create a file
touch file_name

- To remove file
rm file_name

- To display from how much time the system is running
uptime

Thank you for reading this article 🙂
Stay tuned for more ethical hacking articles
Have a nice day!!
1 Response
[…] If you didn’t got chance to read the “Ethical Hacking – 15 commands in Kali Linux – Part 1” please have a look – https://knowledge-junction.in/2022/10/29/ethical-hacking-15-commands-in-kali-linux/ […]
You must log in to post a comment.