Computer and IT knowledge - things to know
Newer Linux kernels / procps utilities report one thread by default.
Use ps in the following way to see the threads:
For older versions of ps / kernel (2.4), use:
ps -efm
ps auxm
newer versions of ps / kernel (2.6+), you can also use:
ps -efL
ps auxH
computer2know :: thank you for your visit :: have a nice day :: © 2024