$ ps -Awwo pid,comm,args
PID COMMAND COMMAND
1 init /sbin/init
2 kthreadd [kthreadd]
3 ksoftirqd/0 [ksoftirqd/0]
5 kworker/u:0 [kworker/u:0]
6 migration/0 [migration/0]
7 cpuset [cpuset]
8 khelper [khelper]
9 netns [netns]
10 sync_supers [sync_supers]
11 bdi-default [bdi-default]
12 kintegrityd [kintegrityd]
13 kblockd [kblockd]
14 kacpid [kacpid]
15 kacpi_notify [kacpi_notify]
16 kacpi_hotplug [kacpi_hotplug]
17 ata_sff [ata_sff]
18 khubd [khubd]
括号是什么意思?args是否总是将完整路径返回到process命令(例如/bin/cat
)?
2
我的头号克星,user626201,已经要求在计算器这个问题stackoverflow.com/questions/7078258/...
—
joslinm
是的,这些通常是内核线程。
—
斯蒂芬·吉梅内斯
什么时候不成为内核线程?什么时候“过程参数不可用”?
—
mgalgs