首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >launchctl列表的状态列中的数字意味着什么?

launchctl列表的状态列中的数字意味着什么?
EN

Server Fault用户
提问于 2011-09-14 03:55:47
回答 1查看 22.4K关注 0票数 20

launchctl在launchctl列表输出中有一个"Status“列。该手册或任何相关的启动手册没有提到这一栏或它的含义。

EN

回答 1

Server Fault用户

回答已采纳

发布于 2011-09-14 04:00:03

这是该服务的最后退出代码。

launchctl手册页描述了它。

代码语言:javascript
运行
复制
 list [-x] [label]
          With no arguments, list all of the jobs loaded
          into launchd in three columns. The first column
          displays the PID of the job if it is running.
          The second column displays the last exit status
          of the job. If the number in this column is
          negative, it represents the negative of the
          signal which killed the job.  Thus, "-15" would
          indicate that the job was terminated with
          SIGTERM. The third column is the job's label.
票数 22
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/311160

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档