On Thu, 2005-01-06 at 07:51 -0800, Mohsen Pahlevanzadeh wrote: > Dears,I have ran 2 following command,But i didn't seen > anythings. > ps -e |grep " .dm" > netstat -pna |grep ":177" > It means KDM is'n ran. > Please guide me ..........
ps -e | grep dm This should give you list of all processes with string dm in it. From the output you can see if kdm or gdm or xdm is running. In fedora-core3 it shows gdm-binary (default) to me. -- Sudev Barar Learning Linux ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
