I know that I have the ability to use the ps command to list only the processes that have been started by the root by doing the following
ps -efx | grep '^[<tab><space>]*root' | more
Is there a better way to extract just the daemon processes?
Thanks in advance,
Steve
ps -efx | grep '^[<tab><space>]*root' | more
Is there a better way to extract just the daemon processes?
Thanks in advance,
Steve