Common UNIX Utilities Alphabetical List
Common UNIX Utilities Alphabetical List
Terminal Related
Text Formatting and Editing
User Information and Communications
uucp / BNU
Files and Directories
ar - create library archives, and add or extract files
basename - display portions of pathnames and filenames
cat - concatenate and display
cd - change working directory
chgrp - change the group ownership of a file
chmod - change the permissions mode of a file
cmp - perform a byte-by-byte comparison of two files
comm - selects or rejects lines common to two sorted files
compress - compress files (see uncompress also)
cp - copy files
cpio - copy file archives in and out
csh - a shell with a C-like syntax and advanced interactive features
cut - Writes out selected bytes, characters, or fields from each line of a file
df - report free disk space on file systems
diff - display line-by-line differences between pairs of text files
du - display the number of disk blocks used per directory or file
expand - expand TAB characters to SPACE characters (see unexpand)
9
13
sccs - front end for the Source Code Control System SCCS. Includes a number
of related commands with their own man pages.
size - display the size of an object file
strip - remove symbols and relocation bits from an object file
xstr - extract strings from C programs to implement shared strings
yacc - yet another compiler-compiler: parsing program generator
Shells, Job Control and Access
at - execute a command or script at a specified time
batch - runs jobs when the system load level permits
expr - evaluate arguments as a logical, arithmetic, or string expression
false - provide truth values (see true also)
kill - send a signal to a process, or terminate a process
login - log in to the system
nice - run a command at low priority
passwd - change local password information
ps - display the status of current processes
rlogin - remote login
rsh - remote shell
sh - shell, the standard UNIX system command interpreter and command level
language
sleep - suspend execution for a specified interval
su - super-user, temporarily switch to a new user ID
telnet - user interface to a remote system using the TELNET protocol
14
17