UNIX Commands
UNIX Commands
Below is a listing of each of the Unix / Linux commands currently listed on Computer Hope and a brief
explanation of what each of the commands do. The following commands are all the Unix / Linux
commands, which means not all the below commands will work in your distribution of Unix / Linux and
may also not work because of your privileges.
COMMAND DESCRIPTION
as An assembler.
at Command scheduler.
bc Calculator.
bs Battleship game.
cal Calendar
cd Change directory.
chfn Modify your own information or if super user or root modify another users information.
comm Compare files and select or reject lines that are common.
cp Copy files.
crontab Create and list files that you wish to run on a regular schedule.
diffDisplays two files and prints the lines that are different.
fcThe FC utility lists or edits and re-executes, commands previously entered to an interactive sh.
findFinds one or more files assuming that you know their approximate filenames.
for Shell built-in functions to repeatedly execute action(s) for a selected number of times.
foreach Shell built-in functions to repeatedly execute action(s) for a selected number of times
helpIf you have online help it will pull up a online help screen.
loAllows you to exit from a program, shell or log you out of a UNIX network.
mailcompat Provide SunOS 4.x compatibility for the Solaris mailbox format.
mesgLets you control if people can use the write command, to send text to you over the screen.
pax Read / write and writes lists of the members of archive files and copy directory hierarchies.
perl Perl is a programming language optimized for scanning arbitrary text files, extracting information
from those text files.
pgrep Examine the active processes on the system and reports the process IDs of the processes
pico Simple and very easy to use text editor in the style of the Pine Composer.
pkill Examine the active processes on the system and reports the process IDs of the processes
pvs Display the internal version information of dynamic objects within an ELF file.
rehashRecomputes the internal hash table of the contents of directories listed in the path.
repeat Shell built-in functions to repeatedly execute action(s) for a selected number of times.
rmdirDeletes a directory.
rnReads newsgroups.
sag Graphically displays the system activity data stored in a binary data file by a previous sar run.
setfacl Modify the Access Control List (ACL) for a file or files.
spellLooks through a text file and reports any words that it finds in the text file that are not in the
dictionary.
timex The timex command times a command; reports process data and system activity
tr Translate characters.
unaliasRemove an alias.
whereis Locate a binary, source, and manual page files for a command.
while Repetitively execute a set of actions while/until conditions are evaluated TRUE.