How to use Linux | How to install Kali Linux | Linux full course for beginners|
How to install Linux
If you want to install Kali Linux on windows or Mac book go to kali Linux website and install according to your system after installing boot in Kali Linux on your system
What is kali Linux
Kali Linux is a operating system for hackers and Pentesters is has many useful tools like metasploite, xeroplate, nmap and many more
Basic command
1. cd
cd command is use to change diretery example if you want to move from file1 to file2 you will typy | cd file2 | you will move to file2 after you enter the command
2. ls
ls is used to see that in which diretery you are
3. chmod + x *
chmod +x * is very important command this help to give execute permission to any file
4. pkg install
pkg install help to install Packages like git, python , jawa, ssh , sl and many more
5. git clone
git clone help to download tools from internet
before using you must install git package to install git package type | apt install git | or |pkg install git |
6. ctrl + z or ctrl+ x
ctrl+ z or ctrl+x is used to kill or exit from any running tool
ls is used to see that in which diretery you are
3. chmod + x *
chmod +x * is very important command this help to give execute permission to any file
4. pkg install
pkg install help to install Packages like git, python , jawa, ssh , sl and many more
5. git clone
git clone help to download tools from internet
before using you must install git package to install git package type | apt install git | or |pkg install git |
6. ctrl + z or ctrl+ x
ctrl+ z or ctrl+x is used to kill or exit from any running tool
Comments
Post a Comment