setsid 函数问题!

发布于 2022-10-02 19:54:59 字数 67 浏览 12 评论 0

小弟刚开始编写一些进程间通讯的程序,有个问题:
setsid()函数有什么作用?产生一个新的进程?有什么用法?谢谢大虾~~

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夜无邪 2022-10-09 19:54:59

这个问题应该放到C论坛去

叶落知秋 2022-10-09 19:54:59

setsid()  creates  a  new session if the calling process is not a process group leader.  The calling process is
       the leader of the new session, the process group leader of the new process group, and has no  controlling  tty.
       The  process  group  ID  and  session ID of the calling process are set to the PID of the calling process.  The
       calling process will be the only process in this new process group and in this new session.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文