[NTLUG:Discuss] where's the talk daemon?

A.L. al at 9b.com
Fri Jan 26 13:00:03 CST 2001


> Thanx for all the help, folks. I got the cable thing working. Not
> through DHCP, but I just gave up on that and statically entered the IP
> that my Windows machine used to get from the DHCP server. Bah. It
> works. What the hey.
> 
> New question, though.
> 
> I just RPM'd talk server, and now I can't find the daemon. Anyone know
> where RedHat likes to hide it?

	You can use the following command to find out what files are owned
by any given package:

rpm -ql <packagename>

	For example:

[root at mybox] [~]# rpm -ql talk-server
/usr/man/man8/in.ntalkd.8.gz
/usr/man/man8/in.talkd.8.gz
/usr/man/man8/ntalkd.8.gz
/usr/man/man8/talkd.8.gz
/usr/sbin/in.ntalkd
/usr/sbin/in.talkd

	You can also do other neat things with RPM, like:

rpm -qf /path/file

	To find out what RPM owns a file, and a lot of other neat things.  
It's well worth the time if you read up on RPM and all the neat stuff you
can do with it.  You can even use it as a lightweight 'tripwire-like'
utility if you want.

	Anyhoo...

	--A.L.Lambert




More information about the Discuss mailing list