nohup sh 123.sh 1 >/dev/null 2>&1 &

朱雀 2024-03-25 15:01 134阅读 0赞

&1 &

This command runs the shell script “123.sh” with an argument of “1” in the background using “nohup” (no hang-up), redirects standard output to “/dev/null” (to discard any output), and redirects standard error to standard output (to avoid separating error messages from the standard output). The

发表评论

表情:
评论列表 (有 0 条评论,134人围观)

还没有评论,来说两句吧...

相关阅读

    相关 autogen.sh

    autogen.sh是个shell脚本,用来简化生成configure的。 下面是常用的autogen.sh内容,可以看出就是检查环境并依次调用 aclocal、autoco