lsofコマンド
ファイルがオープンしている情報を表示するコマンド
list open filesの略
-c プロセス名を指定
lsof -c sshd COMMANDがsshdになっているものだけ表示
-i ポートを指定
lsof -i:80 80番ポートで開いているプロセスだけ表示
FDとはファイルディスクリプタの略
cwd current working directory;
pd parent directory;
rtd root directory;
txt program text (code and data);
他、man lsofで確認