PROCESS-OPEN-FILES(1)marcp.xyzPROCESS-OPEN-FILES(1)

NAME

process-open-files - lsof the files a process holds

EXAMPLES

$ pgrep httpd | xargs -I {} -n 1 lsof -p {}

SEE ALSO

file-sizes(1)

marcp.xyz2022-03-22PROCESS-OPEN-FILES(1)