gpt4 book ai didi

linux - 为什么 nohup 输出进程 ID?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:06:27 25 4
gpt4 key购买 nike

当我在终端中运行命令 nohup sh script.sh & 时,我得到以下输出:[1] 42603将输出附加到 nohup.out。其中 42603 是此命令的进程 ID,但我不想看到它。我能做什么?

附言我正在运行 OSX Capitan,版本 10.11.6

最佳答案

您可以在子 shell 中运行 nohup 并将子 shell 的输出重定向到 /dev/null,如下所示:(nohup sh script.sh &) >/dev/null(请注意,这也会隐藏 sh script.sh 的任何输出)

关于linux - 为什么 nohup 输出进程 ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45804528/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com