table of contents
LSLOCKS(8) | System Administration | LSLOCKS(8) |
NAME¶
lslocks - list local system locks
SYNOPSIS¶
lslocks [options]
DESCRIPTION¶
lslocks lists information about all the currently held file locks in a Linux system.
Note that lslocks also lists OFD (Open File Description) locks, these locks are not associated with any process (PID is -1). OFD locks are associated with the open file description on which they are acquired. This lock type is available since Linux 3.15, see fcntl(2) for more details.
OPTIONS¶
-b, --bytes
-i, --noinaccessible
-J, --json
-n, --noheadings
-o, --output list
The default list of columns may be extended if list is specified in the format +list (e.g., lslocks -o +BLOCKER).
--output-all
-p, --pid pid
-r, --raw
-u, --notruncate
-V, --version
-h, --help
OUTPUT¶
COMMAND
PID
TYPE
SIZE
MODE
M
START
END
PATH
BLOCKER
NOTES¶
The lslocks command is meant to replace the lslk(8) command, originally written by Victor A. Abell <abe@purdue.edu> and unmaintained since 2001.
AUTHORS¶
Davidlohr Bueso <dave@gnu.org>
SEE ALSO¶
REPORTING BUGS¶
For bug reports, use the issue tracker at <https://github.com/karelzak/util-linux/issues>.
AVAILABILITY¶
The lslocks command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2022-02-14 | util-linux 2.37.4 |