Click for a PDF with this and four other essential Linux articles. And, if you’ve ever heard anyone say that for Unix, everything is a file, you might not be too surprised to learn that lsof works ...
Click for a PDF containing this and four other essential Linux articles. Both of the aliases below will list whatever files are open on your behalf when you are logged in. I suspect that few sysadmins ...
lsofコマンドはプロセスを調査するときに非常に役立つコマンドです。 出力結果が表示されていない場合にはsudoで実行され ...
lsofはLinuxディストリビューションによってデフォルトでインストールされていたり、されていなかったりする。ただし ...
ポート番号「8000」を指定して作業を進めていたのに、突然「ポートが既に使用中です」とエラーが出てしまった経験、ありませんか?そんなとき役立つのが、今回ご紹介する lsof -i :8000 というコマンドです。実はこれ、とても簡単で強力な道具なんです。
lsofコマンドでまず覚えておきたいのは、次のように引数にファイルパスを指定する方法だ。 % lsof /dev/null COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME adjkerntz 148 root 0u VCHR 0,26 0t0 26 /dev/null adjkerntz 148 root 1u VCHR 0,26 0t0 26 ...
lvis (lsof visualization, the name sounds oddly like "elvis") is a graph visualization of lsof output. On UNIX based systems, lsof is a widely available utility which gives file info about files ...