Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ UNIX 32V

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

1. Commands

1C. Communications Commands

1G. Graphics Commands

1M. Maintenance Commands

2. System Calls

3. Library Functions

3F. FORTRAN Library

3M. Math Library

3S. Standard I/O Library

3X. Specialized Functions

4. Special Files

5. File Formats and Conventions

6. Games

7. Macro Packages and Language Conventions

8. Maintenance Commands

Manual — UNIX 32V

310 entries
intro

1. Commands (intro)

adbdebugger
ararchive and library maintainer
ar11PDP-11 compatible archive and library maintainer
asassembler
atexecute commands at a later time
awkpattern scanning and processing language
basenamestrip filename affixes
bcarbitrary-precision arithmetic language
calprint calendar
calendarreminder service
catcatenate and print
cbC program beautifier
ccC compiler
cdchange working directory
chmodchange mode
chgrp, chownchange owner or group
cmpcompare two files
colfilter reverse line feeds
commselect or reject lines common to two sorted files
cpcopy
cryptencode/decode
dateprint and set the date
dcdesk calculator
ddconvert and copy a file
deroffremove nroff, troff, tbl and eqn constructs
diffdifferential file comparator
diff33-way differential file comparison
dusummarize disk usage
echoecho arguments
edtext editor
neqn, checkeq, eqntypeset mathematics
exprevaluate arguments as an expression
f77Fortran 77 compiler
true, falseprovide truth values
filedetermine file type
findfind files
egrep, fgrep, grepsearch a file for a pattern
introintroduction to commands
joinrelational database operator
killterminate a process with extreme prejudice
ldlink editor
learncomputer aided instruction about UNIX
lexgenerator of lexical analysis programs
linta C program verifier
lnmake a link
loginsign on
lookfind lines in a sorted list
refer, lookbibfind and insert literature references in documents
lorderfind ordering relation for an object library
vpr, lprline printer spooler
lslist contents of directory
m4macro processor
mailsend or receive mail among users
makemaintain program groups
manprint sections of this manual
mesgpermit or deny messages
mkdirmake a directory
mvmove or rename files
newgrplog in to a new group
nohup, nicerun a command at low priority
nmprint name list
nohuprun a command immune to hangups
numberconvert Arabic numerals to English
odoctal dump
passwdchange login password
prprint file
profdisplay profile data
psprocess status
ptxpermuted index
pwdworking directory name
ratforrational Fortran dialect
rcRatfor compiler
lookbib, referfind and insert literature references in documents
revreverse lines of a file
rmdir, rmremove (unlink) files
sdbC symbolic debugger
sedstream editor
for, case, if, while, :, ., break, continue, cd, eval, exec, exit, export, login, newgrp, read, readonly, set, shift, times, trap, umask, wait, shcommand language
sizesize of an object file
sleepsuspend execution for an interval
sortsort or merge files
spellin, spellout, spellfind spelling errors
splitsplit a file into pieces
stripremove symbols and relocation bits
structstructure Fortran programs
sttyset terminal options
susubstitute user id temporarily
sumsum and count blocks in a file
tabsset terminal tabs
taildeliver the last part of a file
tartape archiver
tblformat tables for nroff or troff
tcphotypesetter simulator
teepipe fitting
testcondition command
timetime a command
tkpaginator for the Tektronix 4014
touchupdate date last modified of a file
tpmanipulate tape archive
trtranslate characters
nroff, trofftext formatting and typesetting
false, trueprovide truth values
tsorttopological sort
ttyget terminal name
uniqreport repeated lines in a file
unitsconversion program
waitawait completion of process
wcword count
whowho is on the system
writewrite to another user
xget, enroll, xsendsecret mail
yaccyet another compiler-compiler

1C. Communications Commands

callring a telephone
cucall UNIX
uulog, uucpunix to unix copy
uudiffdirectory comparison between machines
uulog
uuxunix to unix command execution

1G. Graphics Commands

graphdraw a graph
plotgraphics filters
splineinterpolate smooth curve

1M. Maintenance Commands

aclogin accounting
arcvconvert archives to new format
clriclear i-node
cronclock daemon
dcheckfile system directory consistency check
dfdisk free
dumpincremental file system dump
dumpdirprint the names of files on a dump tape
icheckfile system storage consistency check
iostatreport I/O statistics
mkfsconstruct a file system
mknodbuild special file
umount, mountmount and dismount file system
ncheckgenerate names from i-numbers
pstatprint system facts
quotsummarize file system ownership
restorincremental file system restore
accton, sasystem accounting
syncupdate the super block
wallwrite to all users

2. System Calls (intro)

accessdetermine accessibility of file
acctturn accounting on or off
alarmschedule signal after specified time
sbrk, break, brkchange core allocation
chdirchange default directory
chmodchange mode of file
chownchange owner and group of a file
closeclose a file
creatcreate a new file
dup2, dupduplicate an open file descriptor
execl, execv, execle, execve, execlp, execvp, exece, environ, execexecute a file
exitterminate process
forkspawn new process
getpidget process identification
getgid, geteuid, getegid, getuidget user and group identity
syscall, indirindirect system call
errno, introintroduction to system calls and error numbers
stty, gtty, ioctlcontrol device
killsend signal to a process
linklink to a file
locklock a process in primary memory
tell, lseekmove read/write pointer
mknodmake a directory or a special file
umount, mountmount or remove file system
mpxcreate and manipulate multiplexed files
niceset program priority
openopen for reading or writing
pausestop until signal
pipecreate an interprocess channel
profilexecution time profile
ptraceprocess trace
readread from file
setgid, setuidset user and group ID
signalcatch or ignore signals
fstat, statget file status
stimeset time
gtty, sttyset and retrieve terminal modes
syncupdate super-block
ftime, timeget date and time
timesget process times
umaskset file creation mode mask
unlinkremove directory entry
utimeset file times
waitwait for process to terminate
writewrite on a file

3. Library Functions (intro)

abortgenerate a fault
absinteger absolute value
atoi, atol, atofconvert ASCII to numbers
setkey, encrypt, cryptDES encryption
localtime, gmtime, asctime, timezone, ctimeconvert date and time to ASCII
isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii, ctypecharacter classification
fcvt, gcvt, ecvtoutput conversion
etext, edata, endlast locations in program
ldexp, modf, frexpsplit into mantissa and exponent
getenvvalue for environment name
getgrgid, getgrnam, setgrent, endgrent, getgrentget group file entry
getloginget login name
getpassread a password
getpwget name from UID
getpwuid, getpwnam, setpwent, endpwent, getpwentget password file entry
introintroduction to library functions
ltol3, l3tolconvert between 3-byte integers and long integers
free, realloc, calloc, mallocmain memory allocator
mktempmake a unique file name
monitorprepare execution profile
nlistget entries from name list
sys_errlist, sys_nerr, perrorsystem error messages
qsortquicker sort
srand, randrandom number generator
longjmp, setjmpnon-local goto
sleepsuspend execution for interval
strcat, strcatn, strcmp, strcmpn, strcpy, strcpyn, strlen, index, rindex, stringstring operations
swabswap bytes
systemissue a shell command
isatty, ttyslot, ttynamefind name of a terminal

3F. FORTRAN Library

iargc, getargcommand arguments to Fortran

3M. Math Library

log, log10, pow, sqrt, expexponential, logarithm, power, square root
fabs, ceil, floorabsolute value, floor, ceiling functions
gammalog gamma function
cabs, hypoteuclidean distance
j1, jn, y0, y1, yn, j0bessel functions
cos, tan, asin, acos, atan, atan2, sintrigonometric functions
cosh, tanh, sinhhyperbolic functions

3S. Standard I/O Library

fflush, fcloseclose or flush a stream
feof, clearerr, fileno, ferrorstream status inquiries
freopen, fdopen, fopenopen a stream
fwrite, freadbuffered binary input/output
ftell, rewind, fseekreposition a stream
getchar, fgetc, getw, getcget character or word from stream
fgets, getsget a string from a stream
pclose, popeninitiate I/O to/from a process
fprintf, sprintf, printfformatted output conversion
putchar, fputc, putw, putcput character or word on a stream
fputs, putsput a string on a stream
fscanf, sscanf, scanfformatted input conversion
setbufassign buffering to a stream
stdiostandard buffered input/output package
ungetcpush character back into input stream

3X. Specialized Functions

assertprogram verification
dbminit, fetch, store, delete, firstkey, nextkey, dbmdata base subroutines
plot: openpl et al., plotgraphics interface

4. Special Files

catphototypesetter interface
dcDC-11 communications interface
dhDH-11 communications multiplexer
dnDN-11 ACU interface
dpDP-11 201 data-phone interface
dzDZ-11 communications multiplexer
hpRH-11/RP04, RP05, RP06, RM03 moving-head disk
hsRH11/RS03-RS04 fixed-head disk file
htRH-11/TE-16 magtape interface
klKL-11 or DL-11 asynchronous interface
mem, kmemmain memory
lpline printer
kmem, memmain memory
nulldata sink
pcPC-11 paper tape reader/punch
pkpacket driver
rfRF11/RS11 fixed-head disk file
rkRK-11/RK03 or RK05 disk
rpRP-11/RP03 moving-head disk
tcTC-11/TU56 DECtape
tmTM-11/TU-10 magtape interface
ttygeneral terminal interface
vpVersatec printer-plotter

5. File Formats and Conventions

a.outassembler and link editor output
acctexecution accounting file
ararchive (library) file format
coreformat of memory image file
dirformat of directories
ddate, dumpincremental dump format
environuser environment
flblk, ino, filsysformat of file system volume
groupgroup file
mpxiomultiplexed i/o
mtabmounted file system table
passwdpassword file
plotgraphics interface
tpDEC/mag tape formats
ttysterminal initialization data
typesprimitive system data types
wtmp, utmplogin records
wtmpuser login history

6. Games

arithmeticprovide drill in number facts
backgammonthe game
bcdconvert to antique media
fortune, chingthe book of changes and other cookies
hangmanguess the word
mazegenerate a maze problem
quiztest your knowledge
wumpthe game of hunt-the-wumpus

7. Macro Packages and Language Conventions

asciimap of ASCII character set
eqncharspecial character definitions for eqn
greekgraphics for extended TTY-37 type-box
hierfile system hierarchy
manmacros to typeset manual
msmacros for formatting manuscripts
terminals, termconventional names

8. Maintenance Commands

boot procedures, bprocUNIX/32V startup
crashwhat to do when the system crashes
cronclock daemon
fget.odemon, fget.demonfget daemons
gettyset terminal mode
initprocess control initialization
lpdline printer daemon
makekeygenerate encryption key
stickyexecutable files with persistent text
sysgenUNIX/32V system generation from the distribution tape
updateperiodically update the super block

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026