lsof

Lists open files and the corresponding processes. Note: Root privileges…

lsof

Lists open files and the corresponding processes. Note: Root privileges (or sudo) is required to list files opened by others.

lsof {{path/to/file}}

lsof -i :{{port}}

lsof -t {{path/to/file}}

lsof -u {{username}}

lsof -c {{process_or_command_name}}

lsof -p {{PID}}

lsof +D {{path/to/directory}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← lsd lspath →