Phillip Bruce wrote:
> Hi,
> 
> I'm trying to write a checklist program that verify's configuration in 
> my environment.
> 
> One of the things I need to check for is owner and group permission for 
> oracle which
> is oracle:dba.
> 
> If you had this task to verify the filesystem using perl how would you 
> accomplished this?

getgrnam would get you the GID and stat will get you the UID/GID of any
file in the system plus and the mode (permissions) for the file.

I'm not sure what you mean by verifying the filesystem.

See perlfunc man pages for more info on builtins.
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to