On Sun, 21 Jan 2001, Luke C Gavel wrote:

> 
> The following command should tell you:
> 
> rpm -qfi `whereis rhnsd`
> 
Whoops.  Forgot that daemons usually aren't in RH $PATH.  Try
this:

rpm -qfi `find /etc -name rhnsd`

and to find the documentation;

less `rpm -qd $(rpm -qf $(find /etc -name rhnsd) | head -n 1)`

hehehe (I love that shell stuff),
LG



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to