hier(5) DG/UX 5.4R3.00 hier(5)
NAME
hier - DG/UX file system hierarchy
DESCRIPTION
The following outline gives a quick tour through a representative
directory hierarchy. The basis of the outline is the DG/UX operating
system. It is not exhaustive.
/ root directory
/admin/ typical home directory for sysadm
/bin symbolic link to /usr/bin
/dev/ device directory [see intro(7)]
dsk/ directory of virtual disks
pdsk/ directory of physical disks
pts/ directory of pseudo-terminals
rdsk/ directory of raw virtual disks
rmt/ directory of raw magnetic tape devices
rpdsk/ directory of raw physical disks
/dgux the kernel binary (DG/UX system itself)
/etc/ directory for essential data and maintenance utilities;
[see intro(1M) and contents(0)]
cron.d/ main cron directory also containing permission
files for at(1)
default/ directory containing defaults for various programs
erm/ directory containing error message files
rc[S0123456i].d/
directories containing links to init.d scripts for
actions in init states [see init(1M)]
/lib symbolic link to /usr/lib
/lost+found/
directory for connecting detached files for fsck(1M); created
only when a problem exists
/sbin/ directory of basic utilities
setup.d directory containing setup scripts
/srv/ server directory
/tftpboot/
directory where all tftp(1C) file transfers are forced to be
rooted when tftpd is in secure mode
/tmp/ directory for temporary files; compare /var/tmp/ /udd is DG
convention -- deleted from man page
/udd/ directory containing a local file system of user directories
and possibly mounted file systems of remote user directories
(name udd is optional)
local/ local directory containing user directories
remote/ remote directory containing user directories
/usr/ system software directory
bin/ directory of utility programs
catman/ directory of on-line manual pages for man(1)
Mman symbolic link to ../opt/X11/catman/M_man
(Motif man pages)
Xman symbolic link to ../opt/X11/catman/X_man
(X11 man pages)
aman/ man pages for system managers
(administrators)
Licensed material--property of copyright holder(s) 1
hier(5) DG/UX 5.4R3.00 hier(5)
pman/ man pages for programmers
uman/ man pages for users
etc/ directory of maintenance utilities not in /etc
include/ directory of standard #include files
lib/ directory of object libraries, etc.
release/ directory for release notices and system file lists
sbin/ directory of utility programs
init.d directory containing scripts for rc.d
directories [see init(1M)]
setup.d directory containing setup scripts
sde/ software development environment directory
tmp symbolic link to /var/tmp
/var/ directory to contain various writable directories
adm/ directory for administrative information
acct/ system accounting data files
log/ directory containing sysadm logs
cron/ directory to store cron log files
mail/ directory where mail messages are stored
news/ directory where news items are stored
preserve/ directory where editor temporary files are
preserved after crashes or hangups
spool/ directory containing directories for delayed
execution files
cron/ used to store cron related files and data
lp/ store print jobs and information from lp
mqueue/ store mail failure information
uucp/ work files and staging area for uucp(1)
tmp/ directory to avoid writing temporary files to the /
and /usr file systems
For lists of files installed with the system, see the .fl files in
/usr/release. For information about specific files, see the FILES
subsection of the pertinent man page.
When you are searching for information but do not know the man page
name, the apropos command can be useful. For example:
apropos uucp
SEE ALSO
apropos(1), find(1), grep(1), ls(1).
CAUTION
The position of files is subject to change without notice.
Licensed material--property of copyright holder(s) 2