Linuxでプロセスが使用中のファイルを調べる方法lsof

1.全てのプロセスが使用中のファイル数
lsof |wc -l

2.特定プロセスが使用中のファイル数
lsof -p pid |wc -l

Linux

Posted by arkgame