setsid 用于在新会话中运行程序。
基本用法 详细用法
setsid --helps
基本语法
setsid [options] <program> [arguments ...]
options
参数 | EN 解释 | 中文翻译 | 备注 |
---|---|---|---|
-c, --ctty | set the controlling terminal to the current one | 将控制终端设为当前终端 | |
-w, --wait | wait program to exit, and use the same return | 等待程序退出,并使用相同返回 | |
-h, --help | display this help and exit | 显示此帮助并退出 | |
-V, --version | output version information and exit | 输出版本信息并退出 |
功能 | 命令 | 文字解释 | 示例 | 示例解释 |
---|---|---|---|---|
帮助 | setsid -h | 展示帮助信息 | ||
setsid --help | ||||
版本 | setsid -V | 展示版本信息 | ||
setsid --version |
版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。