Re: [Perl-unix-users] Filesystems

2008-10-12 Thread Bill Luebkert
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 w

[Perl-unix-users] Filesystems

2008-10-12 Thread Phillip Bruce
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? Phillip ___