Skip to content

Check open files for a given PID or process name

比如查看 test.sh 这个文件被哪些进程占用,可以用

lsof | grep test.sh
lsof -i:PORT
lsof -p PID

Or

fuser -v test.sh

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App