|
Lines 50-55
Link Here
|
| 50 |
.Nm Fstat |
50 |
.Nm Fstat |
| 51 |
identifies open files. |
51 |
identifies open files. |
| 52 |
A file is considered open by a process if it was explicitly opened, |
52 |
A file is considered open by a process if it was explicitly opened, |
|
|
53 |
memory-mapped, |
| 53 |
is the working directory, root directory, active executable text, or kernel |
54 |
is the working directory, root directory, active executable text, or kernel |
| 54 |
trace file for that process. |
55 |
trace file for that process. |
| 55 |
If no options are specified, |
56 |
If no options are specified, |
|
Lines 117-122
Link Here
|
| 117 |
wd - current working directory |
118 |
wd - current working directory |
| 118 |
root - root inode |
119 |
root - root inode |
| 119 |
tr - kernel trace file |
120 |
tr - kernel trace file |
|
|
121 |
mmap - memory-mapped file |
| 120 |
.Ed |
122 |
.Ed |
| 121 |
.Pp |
123 |
.Pp |
| 122 |
If the file number is followed by an asterisk (``*''), the file is |
124 |
If the file number is followed by an asterisk (``*''), the file is |