Hello friends today we will learn that how to use kali linux or what is use of kali linux and some basic cammands of kali linux so let's starts.
There are so many tools present in kali linux operating system. One tool which is very important tool in hacking is TERMINAL which is like command promt which is in windows operating systems. The terminal is the tool which we help to run the command. One of the basic command of kali linux is PWD which is used to display our current activities.
*Some basic commands with use are-
1. Command: ls
The command “ls” stands for (List Directory Contents), List the contents of the folder, be it file or folder, from which it runs. The most common options are -a (all files) and -l (long or details)
2. Command: lsblk
The “lsblk” stands for (List Block Devices), print block devices by their assigned name (but not RAM) on the standard output in a tree-like fashion.
3. Command: sudo
he “sudo” (super user do) command allows a permitted user to execute a command as the superuser or another user, as specified by the security policy in the sudoers list.
4. Command: mkdir
The “mkdir” (Make directory) command create a new directory with name path. However is the directory already exists, it will return an error message “cannot create folder, folder already exists”.
5.Command: chmod
The Linux “chmod” command stands for (change file mode bits). chmod changes the file mode (permission) of each given file, folder, script, etc.. according to mode asked for.
There exist 3 types of permission on a file (folder or anything but to keep things simple we will be using file).
6.Command: tar
The “tar” command is a Tape Archive is useful in creation of archive, in a number of file format and their extraction.
7. Command: cp
The “copy” stands for (Copy), it copies a file from one location to another location.
8. Command: mv
The “mv” command moves a file from one location to another location.
9.Command: pwd
The command “pwd” (print working directory), prints the current working directory with full path name from terminal.
10. Command: cd
Finally, the frequently used “cd” command stands for (change directory), it change the working directory to execute, copy, move write, read, etc. from terminal itself.
Thanks for reading.
Any doubt ask in comment.
No comments:
Post a Comment