*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: dir | Section: 5 | Source: UNIX v7 | File: dir.5
DIR(5) File Formats Manual DIR(5) NAME dir - format of directories SYNOPSIS #include <sys/dir.h> DESCRIPTION A directory behaves exactly like an ordinary file, save that no user may write into a directory. The fact that a file is a directory is in- dicated by a bit in the flag word of its i-node entry see, filsys(5). The structure of a directory entry as given in the include file is: By convention, the first two entries in each directory are for `.' and `..'. The first is an entry for the directory itself. The second is for the parent directory. The meaning of `..' is modified for the root directory of the master file system and for the root directories of re- movable file systems. In the first case, there is no parent, and in the second, the system does not permit off-device references. There- fore in both cases `..' has the same meaning as `.'. SEE ALSO filsys(5) DIR(5)

Navigation Options