Basic Kali Linux CLI Commands - Part (1)
Welcome to my guide to the basics of Kali Linux's CLI commands
Please Note: I am NOT an expert in Kali Linux or hacking/pen testing. I simply want to share my knowledge with the aspiring hackers.
cd ; change directory.
ls ; list contents of active directory.
pwd ; print current directory.
ping ; pings a specified ip address or website.
echo ; print a specified text input onto the CLI shell.
ifconfig ; list interfaces with details such as the ip address, broadcast address and subnet mask.
cat ; short for concatenate, lists contents of a text file in the terminal.
mkdir ; creates a directory.
rm ; used to delete a file.
rmdir ; used to delete a directory.
Upvote the post if you liked it, thanks!