Guys how to show the number of all system kernel threads and where is in PolicyKit policy rule information about which non-privileged user accounts can enable and disable system services?
Do you mean kernel threads or user threads?
Try /proc/loadavg may have what you need.
Read the kernel proc docs for details.
meant kernel threads
Hi Gleb,
Welcome to Fedora
If I am understanding your question “how to show the number of all system kernel threads”, at the command line, ps -eLf should do the the job
1 Like
thank you! >3