diff options
author | phk <phk@FreeBSD.org> | 2005-01-30 08:03:20 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-01-30 08:03:20 +0000 |
commit | 357d55c30bf33ab6d5042b919803aac27999084a (patch) | |
tree | 4b58ce111a96f627cba6f027049e44af2c58203a /usr.bin/fstat | |
parent | 68d0bd21861da82ecf4f8a65da75bedd481808f7 (diff) | |
download | FreeBSD-src-357d55c30bf33ab6d5042b919803aac27999084a.zip FreeBSD-src-357d55c30bf33ab6d5042b919803aac27999084a.tar.gz |
Add text about jail root directory as well.
Submitted by: "Mark W. Krentel" <krentel@dreamscape.com>
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 98fb166..6888c9b 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -51,8 +51,8 @@ The .Nm utility identifies open files. A file is considered open by a process if it was explicitly opened, -is the working directory, root directory, active executable text, or kernel -trace file for that process. +is the working directory, root directory, jail root directory, +active executable text, or kernel trace file for that process. If no options are specified, .Nm reports on all open files in the system. @@ -121,11 +121,12 @@ The file number in the per-process open file table or one of the following special names: .Pp .Bd -literal -offset indent -compact -text - executable text inode -wd - current working directory +jail - jail root directory +mmap - memory-mapped file root - root inode +text - executable text inode tr - kernel trace file -mmap - memory-mapped file +wd - current working directory .Ed .Pp If the file number is followed by an asterisk (``*''), the file is |