Hi, simple commands for daily use in
Kali Linux
cd - change directory (open folder)
ls - list show (under the folder OR desktop)
mkdir - Make directory (folder)
For installation .sh files:
chmod 777 filename.sh
chmod +x filename.sh
To run the file:
./filename.sh
How to install OR run python files in kali linux
if you have a file like:
data.py
and you wanted to run:
python data.py
so it can be run.
Hope you like this simple daily useful commands.