Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「lsof」の結果をファイルにリダイレクトしたいのですが、このままではうまくいきません。
$ sudo ./lsof > result.txt -bash: result.txt:
うまくいかない理由はありますか?
ファイルへの書き込み権限がない可能性があります。以下を試してください:
sudo lsof | sudo ティー results.text
または
sudo-s
lsof | ティー結果.txt