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.
如何运行命令以nohup将stdout 和 stderr都保存到nohup.out?默认情况下,仅保存 stdout 并丢弃 stderr。
nohup
nohup.out
试试这个
nohup 2>&1 Ex.exe &