Advertisement
Drvirus1911

A-Z KALI LINUX COMMANDS

Nov 19th, 2018
1,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.35 KB | None | 0 0
  1.  
  2.  
  3. a
  4. apropos : Search Help manual pages (man -k)
  5. apt-get : Search for and install software packages (Debian)
  6. aptitude : Search for and install software packages (Debian)
  7. aspell : Spell Checker
  8. awk : Find and Replace text, database sort/validate/index
  9.  
  10. b
  11. basename : Strip directory and suffix from filenames
  12. bash : GNU Bourne-Again SHell
  13. bc : Arbitrary precision calculator language
  14. bg : Send to background
  15. break : Exit from a loop
  16. builtin : Run a shell builtin
  17. bzip2 : Compress or decompress named file(s)
  18.  
  19. c
  20. cal : Display a calendar
  21. case : Conditionally perform a command
  22. cat : Concatenate and print (display) the content of files
  23. cd : Change Directory
  24. cfdisk : Partition table manipulator for Linux
  25. chgrp : Change group ownership
  26. chmod : Change access permissions
  27. chown : Change file owner and group
  28. chroot : Run a command with a different root directory
  29. chkconfig : System services (runlevel)
  30. cksum : Print CRC checksum and byte counts
  31. clear : Clear terminal screen
  32. cmp : Compare two files
  33. comm : Compare two sorted files line by line
  34. command : Run a command – ignoring shell functions
  35. continue : Resume the next iteration of a loop
  36. cp : Copy one or more files to another location
  37. cron : Daemon to execute scheduled commands
  38. crontab : Schedule a command to run at a later time
  39. csplit : Split a file into context-determined pieces
  40. cut : Divide a file into several parts
  41.  
  42. d
  43. date : Display or change the date & time
  44. dc : Desk Calculator
  45. dd : Convert and copy a file, write disk headers, boot records
  46. ddrescue : Data recovery tool
  47. declare : Declare variables and give them attributes
  48. df : Display free disk space
  49. diff : Display the differences between two files
  50. diff3 : Show differences among three files
  51. dig : DNS lookup
  52. dir : Briefly list directory contents
  53. dircolors : Colour setup for `ls’
  54. dirname : Convert a full pathname to just a path
  55. dirs : Display list of remembered directories
  56. dmesg : Print kernel & driver messages
  57. du : Estimate file space usage
  58.  
  59. e
  60. echo : Display message on screen
  61. egrep : Search file(s) for lines that match an extended expression
  62. eject : Eject removable media
  63. enable : Enable and disable builtin shell commands
  64. env : Environment variables
  65. ethtool : Ethernet card settings
  66. eval : Evaluate several commands/arguments
  67. exec : Execute a command
  68. exit : Exit the shell
  69. expect : Automate arbitrary applications accessed over a terminal
  70. expand : Convert tabs to spaces
  71. export : Set an environment variable
  72. expr : Evaluate expressions
  73.  
  74. f
  75. false : Do nothing, unsuccessfully
  76. fdformat : Low-level format a floppy disk
  77. fdisk : Partition table manipulator for Linux
  78. fg : Send job to foreground
  79. fgrep : Search file(s) for lines that match a fixed string
  80. file : Determine file type
  81. find : Search for files that meet a desired criteria
  82. fmt : Reformat paragraph text
  83. fold : Wrap text to fit a specified width.
  84. for : Expand words, and execute commands
  85. format : Format disks or tapes
  86. free : Display memory usage
  87. fsck : File system consistency check and repair
  88. ftp : File Transfer Protocol
  89. function : Define Function Macros
  90. fuser : Identify/kill the process that is accessing a file
  91.  
  92. g
  93. gawk : Find and Replace text within file(s)
  94. getopts : Parse positional parameters
  95. grep : Search file(s) for lines that match a given pattern
  96. groupadd : Add a user security group
  97. groupdel : Delete a group
  98. groupmod : Modify a group
  99. groups : Print group names a user is in
  100. gzip : Compress or decompress named file(s)
  101.  
  102. h
  103. hash : Remember the full pathname of a name argument
  104. head : Output the first part of file(s)
  105. help : Display help for a built-in command
  106. history : Command History
  107. hostname : Print or set system name
  108.  
  109. i
  110. iconv : Convert the character set of a file
  111. id : Print user and group id’s
  112. if : Conditionally perform a command
  113. ifconfig : Configure a network interface
  114. ifdown : Stop a network interface
  115. ifup Start a network interface up
  116. import : Capture an X server screen and save the image to file
  117. install : Copy files and set attributes
  118.  
  119. j
  120. jobs : List active jobs
  121. join : Join lines on a common field
  122.  
  123. k
  124. kill : Stop a process from running
  125. killall : Kill processes by name
  126.  
  127. l
  128. less : Display output one screen at a time
  129. let : Perform arithmetic on shell variables
  130. ln : Create a symbolic link to a file
  131. local : Create variables
  132. locate : Find files
  133. logname : Print current login name
  134. logout : Exit a login shell
  135. look : Display lines beginning with a given string
  136. lpc : Line printer control program
  137. lpr : Off line print
  138. lprint : Print a file
  139. lprintd : Abort a print job
  140. lprintq : List the print queue
  141. lprm : Remove jobs from the print queue
  142. ls : List information about file(s)
  143. lsof : List open files
  144.  
  145. m
  146. make : Recompile a group of programs
  147. man : Help manual
  148. mkdir : Create new folder(s)
  149. mkfifo : Make FIFOs (named pipes)
  150. mkisofs : Create an hybrid ISO9660/JOLIET/HFS filesystem
  151. mknod : Make block or character special files
  152. more : Display output one screen at a time
  153. mount : Mount a file system
  154. mtools : Manipulate MS-DOS files
  155. mtr : Network diagnostics (traceroute/ping)
  156. mv : Move or rename files or directories
  157. mmv : Mass Move and rename (files)
  158.  
  159. n
  160. netstat : Networking information
  161. nice : Set the priority of a command or job
  162. nl : Number lines and write files
  163. nohup : Run a command immune to hangups
  164. notify-send : Send desktop notifications
  165. nslookup : Query Internet name servers interactively
  166.  
  167. o
  168. open : Open a file in its default application
  169. op : Operator access
  170.  
  171. p
  172. passwd : Modify a user password
  173. paste : Merge lines of files
  174. pathchk : Check file name portability
  175. ping : Test a network connection
  176. pkill : Stop processes from running
  177. popd : Restore the previous value of the current directory
  178. pr : Prepare files for printing
  179. printcap : Printer capability database
  180. printenv : Print environment variables
  181. printf : Format and print data
  182. ps : Process status
  183. pushd : Save and then change the current directory
  184. pwd : Print Working Directory
  185.  
  186. q
  187. quota : Display disk usage and limits
  188. quotacheck : Scan a file system for disk usage
  189. quotactl : Set disk quotas
  190.  
  191. r
  192. ram : ram disk device
  193. rcp : Copy files between two machines
  194. read : Read a line from standard input
  195. readarray : Read from stdin into an array variable
  196. readonly : Mark variables/functions as readonly
  197. reboot : Reboot the system
  198. rename : Rename files
  199. renice : Alter priority of running processes
  200. remsync : Synchronize remote files via email
  201. return : Exit a shell function
  202. rev : Reverse lines of a file
  203. rm : Remove files
  204. rmdir : Remove folder(s)
  205. rsync : Remote file copy (Synchronize file trees)
  206.  
  207. s
  208. screen : Multiplex terminal, run remote shells via ssh
  209. scp : Secure copy (remote file copy)
  210. sdiff : Merge two files interactively
  211. sed : Stream Editor
  212. select : Accept keyboard input
  213. seq : Print numeric sequences
  214. set : Manipulate shell variables and functions
  215. sftp : Secure File Transfer Program
  216. shift : Shift positional parameters
  217. shopt : Shell Options
  218. shutdown : Shutdown or restart linux
  219. sleep : Delay for a specified time
  220. slocate : Find files
  221. sort : Sort text files
  222. source : Run commands from a file `.’
  223. split : Split a file into fixed-size pieces
  224. ssh : Secure Shell client (remote login program)
  225. strace : Trace system calls and signals
  226. su : Substitute user identity
  227. sudo : Execute a command as another user
  228. sum : Print a checksum for a file
  229. suspend : Suspend execution of this shell
  230. symlink : Make a new name for a file
  231. sync : Synchronize data on disk with memory
  232.  
  233. t
  234. tail : Output the last part of file
  235. tar : Tape ARchiver
  236. tee : Redirect output to multiple files
  237. test : Evaluate a conditional expression
  238. time : Measure Program running time
  239. times : User and system times
  240. touch : Change file timestamps
  241. top : List processes running on the system
  242. traceroute : Trace Route to Host
  243. trap : Run a command when a signal is set(bourne)
  244. tr : Translate, squeeze, and/or delete characters
  245. true : Do nothing, successfully
  246. tsort : Topological sort
  247. tty : Print filename of terminal on stdin
  248. type : Describe a command
  249.  
  250. u
  251. ulimit : Limit user resources
  252. umask : Users file creation mask
  253. umount : Unmount a device
  254. unalias : Remove an alias
  255. uname : Print system information
  256. unexpand : Convert spaces to tabs
  257. uniq : Uniquify files
  258. units : Convert units from one scale to another
  259. unset : Remove variable or function names
  260. unshar : Unpack shell archive scripts
  261. until : Execute commands (until error)
  262. uptime : Show uptime
  263. useradd : Create new user account
  264. userdel : Delete a user account
  265. usermod : Modify user account
  266. users : List users currently logged in
  267. uuencode : Encode a binary file
  268. uudecode : Decode a file created by uuencode
  269.  
  270. v
  271. v : Verbosely list directory contents (`ls -l -b’)
  272. vdir : Verbosely list directory contents (`ls -l -b’)
  273. vi : Text Editor
  274. vmstat : Report virtual memory statistics
  275.  
  276. w
  277. wait : Wait for a process to complete
  278. watch: Execute/display a program periodically
  279. wc : Print byte, word, and line counts
  280. whereis : Search the user’s $path, man pages and source files for a program
  281. which : Search the user’s $path for a program file
  282. while : Execute commands
  283. who : Print all usernames currently logged in
  284. whoami : Print the current user id and name (`id -un’)
  285. wget : Retrieve web pages or files via HTTP, HTTPS or FTP
  286. write : Send a message to another user
  287.  
  288. x
  289. xargs : Execute utility, passing constructed argument list(s)
  290. xdg-open : Open a file or URL in the user’s preferred application.
  291. yes : Print a string until interrupted.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement