| adb | debugger | |
| ar | archive and library maintainer | |
| as | assembler | |
| awk | pattern scanning and processing language | |
| basename | strip filename affixes | |
| cal | print calendar | |
| cat | catenate and print | |
| cc | C compiler | |
| cd | change working directory | |
| chmod | change mode | |
| clear | clear terminal screen | |
| cmp | compare two files | |
| col | filter reverse line feeds | |
| comm | select or reject lines common to two sorted files | |
| cp | copy | |
| csh | a shell (command interpreter) with C-like syntax | |
| ctags | maintain a tags file for a C program | |
| date | print and set the date | |
| dc | desk calculator | |
| dd | convert and copy a file | |
| deroff | remove nroff, troff, tbl and eqn constructs | |
| df | disk free | |
| diff | differential file comparator | |
| diff3 | 3-way differential file comparison | |
| diffdir | diff directories | |
| diskformat | format a disk | |
| disktune | tune the floppy disk settling time parameters | |
| du | summarize disk usage | |
| echo | echo arguments | |
| ed | text editor | |
| edit | text editor (variant of the ex editor for new or casual users) | |
| egrep | search a file for a pattern | |
| ex | text editor | [ ex, edit ] |
| expr | evaluate arguments as an expression | |
| exterr | turn on/off the extended errors in the specified device | |
| f77 | FORTRAN compiler | |
| false | provide truth values | [ true, false ] |
| fgrep | search a file for a pattern | |
| file | determine file type | |
| find | find files | |
| grep | search a file for a pattern | |
| head | give first few lines | |
| intro | introduction to commands | |
| join | relational database operator | |
| kill | terminate a process with extreme prejudice | |
| last | indicate last logins of users and teletypes | |
| ld | loader | |
| lex | generator of lexical analysis programs | |
| lint | a C program verifier | |
| ln | make links | |
| login | sign on | |
| look | find lines in a sorted list | |
| lorder | find ordering relation for an object library | |
| lpq | spool queue examination program | |
| lpr | off line print | [ lpr, print, opr ] |
| lprm | remove job(s) from the spool queue | |
| ls | list contents of directory | |
| mail | send or receive mail among users | |
| make | maintain program groups | |
| man | print sections of this manual | |
| mesg | permit or deny messages | |
| mkdir | make a directory | |
| mkstr | create an error message file by massaging C source | |
| mksvslib | Make a SVS Object Library | |
| more | file perusal filter for crt viewing | |
| mount | mount and dismount file system | [ mount, umount ] |
| mt | Tape manipulation program for Archive cartridge tape | |
| mv | move or rename files | |
| newgrp | log in to a new group | |
| nice | run a command at low priority nohup − run a command immune to hangups (sh only) | |
| nm | print name list | |
| nohup | run a command immune to hangups | |
| nroff | text formatting and typesetting | [ troff, nroff ] |
| num | number lines | |
| od | octal dump | |
| passwd | change login password | |
| pc | Pascal compiler | |
| pr | print file | |
| printenv | print out the environment | |
| prof | display profile data | |
| ps | process status | |
| pwd | working directory name | |
| rev | reverse lines of a file | |
| rm | remove (unlink) files | |
| rmdir | remove an empty directory | |
| sed | stream editor | |
| see | see what a file has in it | |
| setmem | set user memory limit to value | |
| sh | command language | [ sh, for, case, if, while, :, ., break, continue, cd, eval, exec, exit, export, login, newgrp, read, readonly, set, shift, times, trap, umask, wait ] |
| size | size of an object file | |
| sleep | suspend execution for an interval | |
| sort | sort or merge files | |
| spell | find spelling errors | [ spell, spellin, spellout ] |
| split | split a file into pieces | |
| ssp | make output single spaced | |
| strings | find the printable strings in an object, or other binary file | |
| strip | remove symbols and relocation bits | |
| stty | set terminal options | |
| su | substitute user id temporarily | |
| sum | sum and count blocks in a file | |
| tail | deliver the last part of a file | |
| tar | tape archiver | |
| tbl | format tables for nroff or troff | |
| tee | pipe fitting | |
| test | terminate a process with extreme prejudice | [ kill ] |
| time | time a command | |
| touch | update date last modified of a file | |
| tr | translate characters | |
| tra | copy out a file as it grows | |
| troff | text formatting and typesetting | [ troff, nroff ] |
| true | provide truth values | [ true, false ] |
| tset | set terminal modes | |
| tsort | topological sort | |
| tty | get terminal name | |
| ul | do underlining | |
| umount | mount and dismount file system | [ mount, umount ] |
| uniq | report repeated lines in a file | |
| vi | screen oriented (visual) display editor based on ex | |
| wait | await completion of process | |
| wall | write to all users | |
| wc | word count | |
| who | who is on the system | |
| whoami | print effective current user id | |
| write | write to another user | |
| xstr | extract strings from C programs to implement shared strings | |
| yacc | yet another compiler-compiler | |
| access | determine accessibility of file | |
| acct | turn accounting on or off | |
| alarm | schedule signal after specified time | |
| brk | change core allocation | [ brk, sbrk, break ] |
| chdir | change current working directory | |
| chmod | change mode of file | |
| chown | change owner and group of a file | |
| close | close a file | |
| creat | create a new file | |
| dup | duplicate an open file descriptor | [ dup, dup2 ] |
| exec | execute a file | [ execl, execv, execle, execve, execlp, execvp, exec, exece, environ ] |
| exit | terminate process | |
| fork | spawn new process | |
| getpid | get process identification | |
| getuid | get user and group identity | [ getuid, getgid, geteuid, getegid ] |
| intro | introduction to system calls and error numbers | [ intro, errno ] |
| ioctl | control device | [ ioctl, stty, gtty ] |
| kill | send signal to a process | |
| link | link to a file | |
| lock | lock a process in primary memory | |
| locking | provide exclusive file regions for reading or writing | |
| lseek | move read/write pointer | [ lseek, tell ] |
| mknod | make a directory or a special file | |
| mount | mount or remove a file system | [ mount, umount ] |
| nice | set program priority | |
| open | open for reading or writing | |
| pause | stop until signal | |
| pipe | create an interprocess channel | |
| profil | execution time profile | |
| ptrace | process trace | |
| read | read from file | |
| setuid | set user and group ID | [ setuid, setgid ] |
| signal | catch or ignore signals | |
| stat | get file status | [ stat, fstat ] |
| stime | set time | |
| stty | control device | [ ioctl, stty, gtty ] |
| sync | update super-block | |
| time | get date and time | [ time, ftime ] |
| times | get process times | |
| umask | set file creation mode mask | |
| unlink | remove directory entry | |
| utime | set file times | |
| wait | wait for process to terminate | |
| write | write on a file | |
| abort | generate a fault | |
| abs | integer absolute value | |
| atof | convert ASCII to numbers | [ atof, atoi, atol ] |
| crypt | DES encryption | [ crypt, setkey, encrypt ] |
| ctime | convert date and time to ASCII | [ ctime, localtime, gmtime, asctime, timezone ] |
| ctype | character classification | [ isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii ] |
| curses | screen functions with "optimal" cursor motion | |
| ecvt | output conversion | [ ecvt, fcvt, gcvt ] |
| end | last locations in program | [ end, etext, edata ] |
| frexp | split into mantissa and exponent | [ frexp, ldexp, modf ] |
| getenv | value for environment name | |
| getgrent | get group file entry | [ getgrent, getgrgid, getgrnam, setgrent, endgrent ] |
| getlogin | get login name | |
| getpass | read a password | |
| getpw | get name from uid | |
| getpwent | get password file entry | [ getpwent, getpwuid, getpwnam, setpwent, endpwent ] |
| intro | introduction to library functions | |
| isatty | find name of a terminal | |
| malloc | main memory allocator | [ malloc, free, realloc, calloc ] |
| mktemp | make a unique file name | |
| monitor | prepare execution profile | |
| nlist | get entries from name list | |
| perror | system error messages | [ perror, sys_errlist, sys_nerr ] |
| qsort | quicker sort | |
| rand | random number generator | [ rand, srand ] |
| setjmp | non-local goto | [ setjmp, longjmp ] |
| sleep | suspend execution for interval | |
| stdio | standard buffered input/output package | |
| string | string operations | [ strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, index, rindex ] |
| swab | swap bytes | |
| system | issue a shell command | |
| termcap | terminal independent operation routines | [ tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs ] |
| ttyname | find name of a terminal | [ ttyname, ttyslot ] |
| fclose | close or flush a stream | [ fclose, fflush ] |
| ferror | stream status inquiries | [ feof, ferror, clearerr, fileno ] |
| fopen | open a stream | [ fopen, freopen, fdopen ] |
| fread | buffered binary input/output | [ fread, fwrite ] |
| fseek | reposition a stream | [ fseek, ftell, rewind ] |
| getc | get character or word from stream | [ getc, getchar, fgetc, getw ] |
| gets | get a string from a stream | [ gets, fgets ] |
| popen | initiate I/O to/from a process | [ popen, pclose ] |
| printf | formatted output conversion | [ printf, fprintf, sprintf ] |
| putc | put character or word on a stream | [ putc, putchar, fputc, putw ] |
| puts | put a string on a stream | [ puts, fputs ] |
| scanf | formatted input conversion | [ scanf, fscanf, sscanf ] |
| setbuf | assign buffering to a stream | |
| ungetc | push character back into input stream | |