mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 23:15:24 +02:00
lslocks: add page (#3037)
This commit is contained in:
parent
251cb0d26c
commit
f25dd60c15
1 changed files with 23 additions and 0 deletions
23
pages/linux/lslocks.md
Normal file
23
pages/linux/lslocks.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue