Basic Kali Linux CLI Commands - Part (1)

in kalilinux •  7 years ago 

Welcome to my guide to the basics of Kali Linux's CLI commands

kali-wallpaper-2015-v1.1.0.png

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!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!