
lslocks
List of commands for lslocks:
-
lslocks:tldr:3e143 lslocks: List locks producing a raw output (no columns), and without column headers.$ lslocks --raw --noheadingstry on your machineexplain this command
-
lslocks:tldr:52d88 lslocks: List locks by PID input.$ lslocks --pid ${PID}try on your machineexplain this command
-
lslocks:tldr:71bc8 lslocks: List all local system locks.$ lslockstry on your machineexplain this command
-
lslocks:tldr:8b65e lslocks: List locks with JSON output to `stdout`.$ lslocks --jsontry on your machineexplain this command
-
lslocks:tldr:c79c4 lslocks: List locks with defined column headers.$ lslocks --output ${PID},${COMMAND},${PATH}try on your machineexplain this command