gpt4 book ai didi

C 程序 - 我无法在后台运行 shell 脚本

转载 作者:行者123 更新时间:2023-11-30 20:34:31 24 4
gpt4 key购买 nike

我是编程新手,我需要使用 C 程序在后台运行 shell 脚本,这是我尝试过的:

system('sh /path/to/my/program start > /dev/null &');

问题是脚本不会在后台运行,如果我去掉 & 就会发现问题。我该怎么做?

最佳答案

system() 的 Linux 手册说:

system() executes a command specified in command by calling /bin/sh -c command, and returns after the command has been completed.

因此,预计它不会在后台运行。

关于C 程序 - 我无法在后台运行 shell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42320503/

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