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

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 :slight_smile:

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 :slight_smile:

1 Like

thank you! >3