- trixie 2.41-5
- testing 2.41.3-4
- unstable 2.41.3-4
- experimental 2.42~rc1-1
| LSLOCKS(8) | Керування системою | LSLOCKS(8) |
НАЗВА¶
lslocks - виведення списку блокувань у локальній системі
КОРОТКИЙ ОПИС¶
lslocks [параметри]
ОПИС¶
lslocks виводить список відомостей щодо усіх поточних утримуваних блокувань файлів у системі Linux.
ПАРАМЕТРИ¶
-b, --bytes
By default, sizes are shown in units that are powers of 1024 bytes. The formal abbreviations for these units (KiB, MiB, GiB, ...) are further shortened to just their first letter: K, M, G, ....
-H, --list-columns
-i, --noinaccessible
-J, --json
-n, --noheadings
-o, --output список
Типовий список стовпчиків може бути розширено, якщо список вказано у форматі +список (наприклад, lslocks -o +BLOCKER)
--output-all
-p, --pid pid
-Q, --filter вираз
This feature is EXPERIMENTAL. See also scols-filter(5). For example exclude POSIX type locks, but print all READ mode ones locks on files with .qcow2 as extension:
lslocks --filter 'TYPE != "POSIX" and MODE == "READ" and PATH =~ ".*\.qcow2"'
-r, --raw
-u, --notruncate
-h, --help
-V, --version
ВИВЕДЕННЯ¶
COMMAND
PID
TYPE
SIZE
INODE
MAJ:MIN
MODE
M
START
END
PATH
BLOCKER
HOLDERS
СЕРЕДОВИЩЕ¶
LSLOCKS_COLUMNS=
ЗАУВАЖЕННЯ¶
Команду lslocks призначено для заміни команди lslk(8), першу версію якої було написано Victor A. Abell <abe@purdue.edu> і супровід якої було припинено з 2001 року.
"The process holding the lock" for leases, FLOCK locks, and OFD locks is a fake-concept. They are associated with the open file description on which they are acquired. With fork(2) and/or cmsg(3), multiple processes can share an open file description. So the holder process of a lease (or a lock) is not uniquely determined. lslocks shows the one of the holder processes in COMMAND and PID columns.
The default output is subject to change. So whenever possible, you should avoid using default output in your scripts.
For OFD locks, the PID column may show -1. Such lines cannot be selected by the filter, because the current filter engine does not support negative numbers.
АВТОРИ¶
Davidlohr Bueso <dave@gnu.org> Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
ТАКОЖ ПЕРЕГЛЯНЬТЕ¶
flock(1), fcntl(2), lockf(3), scols-filter(5)
ЯК НАДІСЛАТИ ЗВІТ ПРО ВАДИ¶
Для звітування щодо вад скористайтеся системою стеження за вадами <https://github.com/util-linux/util-linux/issues>
ДОСТУП ДО ПРОГРАМИ¶
Програма lslocks є частиною пакунка util-linux, який можна отримати з архіву ядра Linux <https://www.kernel.org/pub/linux/utils/util-linux/>.
| 2026-02-28 | util-linux 2.42-rc1 |