diff --git a/pages/common/lsof.md b/pages/common/lsof.md index 3aa0e809b..a3493e7f4 100644 --- a/pages/common/lsof.md +++ b/pages/common/lsof.md @@ -22,3 +22,7 @@ - List files opened by the given command or process: `lsof -c {{process_or_command_name}}` + +- List files opened by the given PID: + +`lsof -p {{PID}}`