Perintah Dasar Console di Blankon

  1. awk Find and Replace text, database sort/validate/index
  2. break Exit from a loop
  3. builtin Run a shell builtin
  4. bzip2 Compress or decompress named file(s)
  5. cal Display a calendar
  6. case Conditionally perform a command
  7. cat Display the contents of a file
  8. cd Change Directory
  9. cfdisk Partition table manipulator for Linux
  10. chgrp Change group ownership
  11. chmod Change access permissions
  12. chown Change file owner and group
  13. chroot Run a command with a different root directory
  14. cksum Print CRC checksum and byte counts
  15. clear Clear terminal screen
  16. cmp Compare two files
  17. comm Compare two sorted files line by line
  18. command Run a command - ignoring shell functions
  19. continue Resume the next iteration of a loop
  20. cp Copy one or more files to another location
  21. cron Daemon to execute scheduled commands
  22. crontab Schedule a command to run at a later time
  23. csplit Split a file into context-determined pieces
  24. cut Divide a file into several parts
  25. date Display or change the date & time
  26. dc Desk Calculator
  27. dd Data Dump - Convert and copy a file
  28. ddrescue Data recovery tool
  29. declare Declare variables and give them attributes
  30. df Display free disk space
  31. @diff Display the differences between two files
  32. diff3 Show differences among three files
  33. dig DNS lookup
  34. dir Briefly list directory contents
  35. dircolors Colour setup for `ls'
  36. dirname Convert a full pathname to just a path
  37. dirs Display list of remembered directories
  38. du Estimate file space usage
  39. echo Display message on screen
  40. egrep Search file(s) for lines that match an extended expression
  41. eject Eject removable media
  42. enable Enable and disable builtin shell commands
  43. env Environment variables
  44. ethtool Ethernet card settings
  45. eval Evaluate several commands/arguments
  46. exec Execute a command
  47. exit Exit the shell
  48. expand Convert tabs to spaces
  49. export Set an environment variable
  50. expr Evaluate expressions
  51. false Do nothing, unsuccessfully
  52. fdformat Low-level format a floppy disk
  53. fdisk Partition table manipulator for Linux
  54. fgrep Search file(s) for lines that match a fixed string
  55. file Determine file type
  56. find Search for files that meet a desired criteria
  57. fmt Reformat paragraph text
  58. fold Wrap text to fit a specified width.
  59. for Expand words, and execute commands
  60. format Format disks or tapes
  61. free Display memory usage
  62. fsck File system consistency check and repair
  63. ftp File Transfer Protocol
  64. function Define Function Macros
  65. gawk Find and Replace text within file(s)
  66. getopts Parse positional parameters
  67. grep Search file(s) for lines that match a given pattern
  68. groups Print group names a user is in
  69. gzip Compress or decompress named file(s)
  70. hash Remember the full pathname of a name argument
  71. head Output the first part of file(s)
  72. history Command History
  73. hostname Print or set system name
  74. id Print user and group id's
  75. if Conditionally perform a command
  76. ifconfig Configure a network interface
  77. import Capture an X server screen and save the image to file
  78. install Copy files and set attributes
  79. join Join lines on a common field
  80. kill Stop a process from running
  81. less Display output one screen at a time
  82. let Perform arithmetic on shell variables
  83. ln Make links between files
  84. local Create variables
  85. locate Find files
  86. logname Print current login name
  87. logout Exit a login shell
  88. look Display lines beginning with a given string
  89. lpc Line printer control program
  90. lpr Off line print
  91. lprint Print a file
  92. lprintd Abort a print job
  93. lprintq List the print queue
  94. lprm Remove jobs from the print queue
  95. ls List information about file(s)
  96. lsof List open files
  97. make Recompile a group of programs
  98. man Help manual
  99. mkdir Create new folder(s)
  100. mkfifo Make FIFOs (named pipes)
  101. mkisofs Create an hybrid ISO9660/JOLIET/HFS filesystem
  102. mknod Make block or character special files
  103. more Display output one screen at a time
  104. mount Mount a file system
  105. mtools Manipulate MS-DOS files
  106. mv Move or rename files or directories
  107. netstat Networking information
  108. nice Set the priority of a command or job
  109. nl Number lines and write files
  110. nohup Run a command immune to hangups
  111. nslookup Query Internet name servers interactively
  112. passwd Modify a user password
  113. paste Merge lines of files
  114. pathchk Check file name portability
  115. ping Test a network connection
  116. popd Restore the previous value of the current directory
  117. pr Prepare files for printing
  118. printcap Printer capability database
  119. printenv Print environment variables
  120. printf Format and print data
  121. ps Process status
  122. pushd Save and then change the current directory
  123. pwd Print Working Directory
  124. quota Display disk usage and limits
  125. quotacheck Scan a file system for disk usage
  126. quotactl Set disk quotas
  127. ram ram disk device
  128. rcp Copy files between two machines.
  129. read read a line from standard input
  130. readonly Mark variables/functions as readonly
  131. remsync Synchronize remote files via email
  132. return Exit a shell function
  133. rm Remove files
  134. rmdir Remove folder(s)
  135. rsync Remote file copy (Synchronize file trees)
  136. screen Terminal window manager
  137. scp Secure copy (remote file copy)
  138. sdiff Merge two files interactively
  139. sed Stream Editor
  140. select Accept keyboard input
  141. seq Print numeric sequences
  142. set Manipulate shell variables and functions
  143. sftp Secure File Transfer Program
  144. shift Shift positional parameters
  145. shopt Shell Options
  146. shutdown Shutdown or restart linux
  147. sleep Delay for a specified time
  148. sort Sort text files
  149. source Run commands from a file `.'
  150. split Split a file into fixed-size pieces
  151. ssh Secure Shell client (remote login program)
  152. strace Trace system calls and signals
  153. su Substitute user identity
  154. sum Print a checksum for a file
  155. symlink Make a new name for a file
  156. sync Synchronize data on disk with memory
  157. tail Output the last part of files
  158. tar Tape ARchiver
  159. tee Redirect output to multiple files
  160. test Evaluate a conditional expression
  161. time Measure Program running time
  162. times User and system times
  163. touch Change file timestamps
  164. top List processes running on the system
  165. traceroute Trace Route to Host
  166. trap Run a command when a signal is set(bourne)
  167. tr Translate, squeeze, and/or delete characters
  168. true Do nothing, successfully
  169. tsort Topological sort
  170. tty Print filename of terminal on stdin
  171. type Describe acommand
  172. ulimit Limit user resources
  173. umask Users file creation mask
  174. umount Unmount a device
  175. unalias Remove an alias
  176. uname Print system information
  177. unexpand Convert spaces to tabs
  178. uniq Uniquify files
  179. units Convert units from one scale to another
  180. unset Remove variable or function names
  181. unshar Unpack shell archive scripts
  182. until Execute commands (until error)
  183. useradd Create new user account
  184. usermod Modify user account
  185. users List users currently logged in
  186. uuencode Encode a binary file
  187. uudecode Decode a file created by uuencode
  188. v Verbosely list directory contents (`ls -l -b')
  189. vdir Verbosely list directory contents (`ls -l -b')
  190. vi Text Editor
  191. watch Execute/display a program periodically
  192. wc Print byte, word, and line counts
  193. whereis Report all known instances of a command
  194. which Locate a program file in the user's path.
  195. while Execute commands
  196. who Print all usernames currently logged in
  197. whoami Print the current user id and name (`id -un')
  198. Wget Retrieve web pages or files via HTTP, HTTPS or FTP
  199. xargs Execute utility, passing constructed argument list(s)
  200. yes Print a string until interrupted
. Run a command script in the current shell

0 Response to "Perintah Dasar Console di Blankon"

Posting Komentar