v7 man page for dir

Query: dir

OS: v7

Section: 5

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 indicated 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 removable file systems. In the first case, there is no parent, and in the second, the system does not permit off-device references. Therefore in both cases `..' has the same meaning as `.'.
SEE ALSO
filsys(5) DIR(5)
Related Man Pages
directory(3) - bsd
telldir(3) - bsd
dir(5) - bsd
dirent(5) - freebsd
dir(3) - php
Similar Topics in the Unix Linux Community
How can i copy a list of files with different names into others directory have the same name?
Help regarding shell script
Pushd Popd and Dirs History?
Need to delete large set of files (i.e) close to 100K from a directory based on the input file
Move File Containing More Than two &quot;-&quot; at 3rd Line To New Directory