[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] rpmverify question
- Subject: [ale] rpmverify question
- From: joe at madewell.com (Joe Steele)
- Date: Wed, 25 Jan 2006 09:58:32 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
Jim Popovitch wrote:
> Hi all,
>
> If rpmverify says that /dev/cua* have a different than expected gid, is
> there a means to determine the correct gid? Obviously rpmverify knows
> the current gid is different than something... how do I see what that
> something is?
>
rpm -qf /dev/cua* --dump | grep '/dev/cua.*'
The --dump output will give you various file attributes, including UID &
GID.
--Joe