Top 20 Basic Kali Linux Commands.
Kali Linux is an open source operating system developed by Offensive Security . It contains a bunch of security tools divided by categories for Penetration Testing or Ethical Hacking in a practical environment to test the reliability and security of the systems in the unusual situations. (This articles are copy from - https://www.yeahhub.com ) 1. "Date" Command – This command is generally used to display the system date and time. You can also set a custom date by typing the below command in your terminal. Syntax – “date –set=’2 Apr 2018 16:10′ 2. "Cal" Command – The cal command simply displays a formatted calendar of current month in your terminal screen. If in case, you need an advanced version of cal, then you can also download ncal package in your Linux machine which displays the calendar vertically along with more options. 3. "whoami" Command – The whoami command simply prints the effective user ID where as who co