Basic  Linux & Unix commands

100+ Important LINUX and UNIX Commands

  1. adduser ::-- Add a new user
  2. arch ::-- Print machine architecture
  3. awk ::-- Find and Replace text within file(s)
  4. bc ::-- An arbitrary precision calculator language
  5. cal ::--Display a calendar
  6. cat ::--Concatenate files and print on the standard output
  7. chdir ::--Change working directory
  8. chgrp ::--Change the group ownership of files
  9. chkconfig ::--Tool for maintaining the /etc/rc[0-6].d directory hierarchy
  10. chmod ::--Change the access permissions of files and directories
  11. chown ::--Change the user and group ownership of files
  12. chroot ::--Change root directory
  13. cksum ::--Print CRC checksum and byte counts
  14. clear ::--Clear terminal screen
  15. cmp ::--Compare two files
  16. comm ::--Compare two sorted files line by line
  17. cp ::--Copy one or more files to another location
  18. cron ::--Daemon to execute scheduled commands
  19. crontab ::--Schedule a command to run at a later time
  20. csplit ::--Split a file into context-determined pieces
  21. cut ::--Divide a file into several parts
  22. date ::--Display or change the date & time
  23. dc ::--Desk Calculator
  24. dd ::--Data Dump - Convert and copy a file
  25. df ::--Display free disk space
  26. diff ::-- Display the differences between two files
  27. diff3 ::--Show differences among three files
  28. dir ::--Briefly list directory contents
  29. dircolors ::-- Colour setup for `ls'
  30. dirname ::--Convert a full pathname to just a path
  31. du ::--Estimate file space usage
  32. echo ::-- Display message on screen
  33. ed ::-- A line-oriented text editor (edlin)
  34. egrep ::--Search file(s) for lines that match an extended expression
  35. eject ::--Eject CD-ROM
  36. env ::-- Display, set, or remove environment variables
  37. expand ::-- Convert tabs to spaces
  38. expr ::-- Evaluate expressions
  39. factor ::-- Print prime factors
  40. false ::-- Do nothing, unsuccessfully
  41. fdformat ::-- Low-level format a floppy disk
  42. fdisk ::-- Partition table manipulator for Linux
  43. fgrep ::-- Search file(s) for lines that match a fixed string
  44. find ::-- Search for files that meet a desired criteria
  45. fmt ::-- Reformat paragraph text
  46. fold ::-- Wrap text to fit a specified width
  47. format ::-- Format disks or tapes
  48. free ::-- Display memory usage
  49. fsck ::-- Filesystem consistency check and repair
  50. gawk ::-- Find and Replace text within file(s)
  51. grep ::-- Search file(s) for lines that match a given pattern
  52. groups ::-- Print group names a user is in
  53. gzip ::-- Compress or decompress named file(s)
  54. head ::-- Output the first part of file(s)
  55. hostname ::-- Print or set system name
  56. id ::-- Print user and group id's
  57. info ::-- Help info
  58. install ::-- Copy files and set attributes
  59. join ::-- Join lines on a common field
  60. kill ::-- Stop a process from running
  61. less ::-- Display output one screen at a time
  62. ln ::-- Make links between files
  63. locate ::-- Find files
  64. logname ::-- Print current login name
  65. lpc ::-- Line printer control program
  66. lpr ::-- Off line print
  67. lprm ::-- Remove jobs from the print queue
  68. ls ::-- List information about file(s)
  69. man ::-- Help manual
  70. mkdir ::-- Create new folder(s)
  71. mkfifo ::-- Make FIFOs (named pipes)
  72. mknod ::-- Make block or character special files
  73. more ::-- Display output one screen at a time
  74. mount ::-- Mount a file system
  75. mv ::-- Move or rename files or directories
  76. nice ::-- Set the priority of a command or job
  77. nl ::-- Number lines and write files
  78. nohup ::-- Run a command immune to hangups
  79. passwd ::-- Modify a user password
  80. paste ::-- Merge lines of files
  81. pathchk ::-- Check file name portability
  82. pr ::-- Convert text files for printing
  83. Printcap ::-- Printer capability database
  84. printenv ::-- Print environment variables
  85. printf ::-- Format and print data
  86. ps ::-- Process status
  87. pwd ::-- Print Working Directory
  88. quota ::-- Display disk usage and limits
  89. quotacheck ::-- Scan a file system for disk usage
  90. quotactl ::-- Set disk quotas
  91. ram ::-- ram disk device
  92. rcp ::-- Copy files between two machines
  93. rm ::-- Remove files
  94. rmdir ::-  Remove folder(s)
  95. rpm ::-- Remote Package Manager
  96. rsync ::-- Remote file copy (Synchronize file trees)
  97. screen ::-- Terminal window manager
  98. sdiff ::-- Merge two files interactively
  99. sed ::-- Stream Editor
  100. select ::-- Accept keyboard input
  101. seq ::-- Print numeric sequences
  102. shutdown ::-- Shutdown or restart linux
  103. sleep ::-- Delay for a specified time
  104. sort ::-- Sort text files
  105. split ::-- Split a file into fixed-size pieces
  106. su ::-- Substitute user identity
  107. sum ::-- Print a checksum for a file
  108. symlink ::-- Make a new name for a file
  109. sync ::-- Synchronize data on disk with memory
  110. tac ::-- Concatenate and write files in reverse
  111. tail ::-- Output the last part of files
  112. tar ::-- Tape Archiver
  113. tee ::-- Redirect output to multiple files
  114. test ::-- Evaluate a conditional expression
  115. time ::-- Measure Program Resource Use
  116. touch ::-- Change file timestamps
  117. top ::-- List processes running on the system
  118. traceroute ::-- Trace Route to Host
  119. tr ::-- Translate, squeeze, and/or delete characters
  120. true ::-- Do nothing, successfully
  121. tsort ::-- Topological sort
  122. tty ::-- Print filename of terminal on stdin
  123. umount ::-- Unmount a device
  124. uname ::-- Print system information
  125. unexpand ::-- Convert spaces to tabs
  126. uniq ::-- Uniquify files
  127. units ::-- Convert units from one scale to another
  128. unshar ::-- Unpack shell archive scripts
  129. useradd ::-- Create new user account
  130. usermod ::-- Modify user account
  131. users ::-- List users currently logged in
  132. uuencode ::-- Encode a binary file
  133. uudecode ::-- Decode a file created by uuencode
  134. vdir ::-- Verbosely list directory contents (`ls -l -b')
  135. watch ::-- Execute/display a program periodically
  136. wc ::-- Print byte, word, and line counts
  137. whereis ::-- Report all known instances of a command
  138. which ::-- Locate a program file in the user's path
  139. who ::-- Print all usernames currently logged in
  140. whoami ::-- Print the current user name
  141. xargs ::-- Execute utility, passing constructed argument list(s)
  142. yes ::-- Print a string until interrupted
Next
This is the most recent post.
Previous
Older Post
 
Top
Maintained By Amit Maheshwari