MR_777

Debian Commands

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