[kde-solaris] Process identification ?

Lars Tunkrans lars.tunkrans at bredband.net
Sat May 24 23:24:44 CEST 2003


Stefan Teleman wrote:
> Try this (after reading the ps man page ;-):
> 
> ps -elf -o comm -o args
> 
> This is the vanilla SVR4 Solaris ps (in /bin/ps).
> 

Well  ,

-o comm   chops  off the command name after 8 chracters
-o args   does show the same argument list as ps -ef  does

$ ps -A -o args | grep kde
kdeinit +kcminit +knotify
/bin/ksh /usr/local/kde/dtlogin/Xsession.kde
/bin/sh /usr/local/kde/bin/startkde
kdeinit +kcminit +knotify
kdeinit +kcminit +knotify
kdeinit +kcminit +knotify
kdeinit +kcminit +knotify
kdeinit +kcminit +knotify

I tried the tools in /usr/proc/bin   as well
they all say the same  kdeinit +kcminit +knotify
It is likely that /usr/local/bin/kdeinit needs some
Solaris IFDEF's

  does anyone know, who is the kdeinit developer ?




//Lars



More information about the kde-solaris mailing list