How do I know that a process has more than 1 thread?

Posted by Richard77 on Stack Overflow See other posts from Stack Overflow or by Richard77
Published on 2013-11-09T21:48:48Z Indexed on 2013/11/09 21:53 UTC
Read the original article Hit count: 150

Filed under:

I'have typed >ps -ALF and got the following results. Actually there are more to the tow lines that I typed.

UID        PID  PPID   LWP  C NLWP    SZ   RSS PSR STIME TTY          TIME CMD
root         1     0     1  0    1  5900  1644   1 Nov05 ?        00:00:05 /sbin/init
root         2     0     2  0    1     0     0   0 Nov05 ?        00:00:00 [kthreadd]

I'm supposed to find which process has more than 1 threads. Which column am I supposed to examine?

Thanks for helping

© Stack Overflow or respective owner

Related posts about linux