Skip to content Skip to sidebar Skip to footer

Complete Collection of Kali Linux Basic Commands 2022

Complete Collection of Kali Linux Basic Commands – Here I will give a little input on learning basic linux about basic linux commands for beginners, if you don’t know linux you better read my article about knowing the history of linux os, and if you don’t understand what the benefits of learning linux are for you, you should read first the benefits of being proficient in using linux, if you already understand you should continue reading.

Just like when we type commands in DOS, the command line or command line in Linux is also typed at the prompt and ends with enter to execute the command.

The command line is a more efficient way of doing things, so Linux users continue to rely on this method to work.

It’s also a good idea for beginners to know and at least have used this command line because someday knowledge of these commands can be very necessary.

Complete Collection of Kali Linux Basic Commands
Complete Collection of Kali Linux Basic Commands

Also Read Basic Command Prompt (CMD) Hacker for Hacking

basically ubuntu is a derivative of the main debian distro, so the terminal command from ubuntu is not much different from debian, but if you want to use the red hat linux distro and its derivatives the basic difference is when you install the application, remove the example application.

apt-get install nano is replaced by apt-get with yum so the script changes to yum install nano, that’s an example but there are some other differences, but you’ll have to find out later because I don’t know the command you need. ok right away.

Complete Collection of Kali Linux Basic Commands

Complete Linux Basic Commands Collection
Complete Linux Basic Commands Collection
  • To shut down the computer: shutdown -h now
  • View ip on computer: ifconfig
  • Text editor for editing text files: nano ‘file location’
  • Command to restart the application: /etc/init.d/’application name’ restart
  • Command to detect cdroom: apt-cdrom add
  • Command to install application: apt-get ‘application name’
  • Command to copy data: cp ‘location of the file to be copied’ ‘the destination of the copy’
  • Delete all files in 1 folder: sudo rm -rf
  • Shows all filenames attached to terminal in folder: ls
  • Shows where you were last: pwd
  • Create a folder: mkdir ‘folder name’
  • Specifying folder location: cd ‘folder location’
  • Moved one folder back: cd .. example moved folder to downloads: cd /home/master/downloads
  • Deletefile by filename: rm ‘filename’
  • Delete files by filename: rm ‘filename’ ‘filename’
  • Delete all files in a folder: rm *
  • Delete a folder: rm -rf ‘foldername’
  • Delete all folders and their contents: rm -rf *
  • Deleting files on the system must use sudo and enter the password: sudo rm /bin/file.txt

Also read How to Enable Hotspot on Kali Linux

Linux Basic Command

  • Ctrl + A Go to the beginning of the line you are currently typing.
  • Ctrl + E Go to the end of the line you are currently typing.
  • Ctrl + L Clears the entire terminal screen, just like the clear command.
  • Ctrl + U Clear the line before the cursor position. If you are at the end of the line, it will delete all the lines.
  • Ctrl + H Like backspace.
  • Ctrl + R Searches for your previous command.
  • Ctrl + C Shut down whatever you are currently running.
  • Ctrl + D Exit the current shell.
  • Ctrl + Z Puts whatever you run in Terminal into a suspended background process. fg returns it.
  • Ctrl + W Delete the word before the cursor.
  • Ctrl + K Clear the line after the cursor.
  • Ctrl + T Swap the last 2 letters behind the cursor.
  • Esc + T Swap the last 2 words behind the cursor.
  • Alt + F Move the cursor one word forward on the same line.
  • Alt + B Move the cursor one word back on the same line.
  • Auto-complete tab for folder and file names.
  • Home Like Ctrl+A.
  • End Like Ctrl+E.
  • Ctrl+Shift+Tab Adds a new Tab in Terminal.

Above are some examples of 100 basic linux commands, and many more commands that you can develop yourself or find out yourself when you are learning linux later. practice application for basic linux commands.

Linux Self-taught Apps

Well here I will add an application for you to learn more clearly, this application made by Indonesian citizens was made with the intention of introducing Linux easily with a clear and easy to understand display.

Download the Self-taught Application Apk

Also Read the Complete Termux Script Collection

Well, that’s the most complete collection of basic linux commands or kali linux basic commands for beginners. The Linux command above can be knowledge for you Linux users or those of you who want to use Linux. Thank you.