gpt4 book ai didi

Linux:在子shell中运行

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

我想从一个脚本开始一个长时间运行的进程然后退出,但我无处可去。这是我最简单的测试。每次运行时,控制台会被阻塞 5 秒。

// Create script
me@mine:~/workspace/bin$ cat > test.sh
sleep 5
// Verify script
me@mine:~/workspace/bin$ cat test.sh
sleep 5
// Make executable
me@mine:~/workspace/bin$ chmod 777 test.sh
// Expect to wait
me@mine:~/workspace/bin$ ./test.sh
// Expect to return, still waits
me@mine:~/workspace/bin$ ./test.sh ?
// Ditto
me@mine:~/workspace/bin$ nohup ./test.sh ?
nohup: ignoring input and appending output to 'nohup.out'
me@mine:~/workspace/bin$

我正在运行 Ubuntu 17.04 64,GNU bash,版本 4.4.7(1)-release (x86_64-pc-linux-gnu)

我是 Linux 菜鸟,我确定我什么都不懂。感谢您的帮助。

最佳答案

使用符号:nohup ./test.sh &

关于Linux:在子shell中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44459267/

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