[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] rpmverify question



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