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.
stdoutとstderrの両方nohupがに保存されるようにコマンドを実行するにはどうすればよいですか?デフォルトでは、stdoutのみが保存され、stderrは破棄されます。nohup.out
nohup
nohup.out
これを試して
nohup 2>&1 Ex.exe &