From: graham on
On Sat, 15 May 2010 23:26:23 -0700, John Bowling wrote:

> graham wrote:

>> rpm -qf autofs will give you the list of files provided. The binary
>> are:
>> /usr/sbin/automount
>> /usr/sbin/rcautofs
>
> rpm -qf autofs
> returns: "No such file or directory"

My mistake,

That should have been rpm -ql autofs , the l for list.

I don't know anything about autofs but the rc* files are normally used to
start, stop, and restart demons.
From: Eef Hartman on
graham <graham.marsden1(a)ntlworld.com> wrote:
> rpm -qf autofs will give you the list of files provided.

You mean rpm -ql autofs
(query: list all files in package autofs)

The f option for query is for the opposite search: give a filename
IN the commandline and it will give you the package it belongs to
(if any).
--
*******************************************************************
** Eef Hartman, Delft University of Technology, dept. SSC/ICT **
** e-mail: E.J.M.Hartman(a)tudelft.nl - phone: +31-15-278 82525 **
*******************************************************************