mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
397 B
397 B
lslocks
List local system locks.
- List all local system locks:
lslocks
- List locks with defined column headers:
lslocks --output {{PID}},{{COMMAND}},{{PATH}}
- List locks producing a raw output (no columns), and without column headers:
lslocks --raw --noheadings
- List locks by PID input:
lslocks --pid {{PID}}
- List locks with json output to
stdout
:
lslocks --json