MAN page from PLD akanga-1.0.7-2.i686.rpm
FILEUSER
Section: User Commands (1)
Updated: 28 February 1999
Index NAME
fileuser - show processes having opened a particular file
SYNOPSIS
fileuser [
options]
file ... DESCRIPTION
fileuseris similiar to
fuser(1).It prints type of usage, process id, username and command line foreach process that has one of the given files opened.The type of usage is indicated by a single character in the second (spaceseparated) output field:
- d
- file is the current working directory of the process.
- o
- file is opened as usual file.
- r
- file is the root directory of the process.
- x
- file is the executable of the process.
By defaultfileuserlooks only for opened files.This may be changed with the command line options.
OPTIONS
- -a
- report usage as opened file, executable, working directory or root directory.
- -d
- report usage as current directory only.
- -e
- report usage as executable only.
- -k signal
- send each process having one of the given files opened the signalsignal.
- -o
- report usage as opened file only (default setting).
- -r
- report usage as root directory only.
- -x
- report usage as opened file or executable.
SEE ALSO
akanga(1),
netuser(1).
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- SEE ALSO
This document was created byman2html,using the manual pages.