On Mon, Jan 21, 2002 at 11:32:10AM -0000, David Colliver wrote: > OK, so how do I test for the version of the dm? I am sure many of my readers > may ask this. > > Regards. > Dave Colliver.
To see which dm is running you may do something like ps -ax | grep dm and look for line matching gdm or kdm or xdm (only one at a time !) To know which version is installed, with redhat you could do rpm -q gdm If you don't know from what package the dm is taken from, you can do: rpm -qf `which gdm` (if you use gdm) Pat --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------