|
Posted by Bengt-Arne Fjellner on August 5, 2005, 5:04 pm
Please log in for more thread options
> Bengt-Arne Fjellner wrote:
>
>> Hi i want to check a number of file against different user uid:s and see
>> if they can read/write execute that file.
>> I have searched on cpan but it looks like most modules includes my search
>> words.
>> So please any pointers welcome
> searching CPAN for "File Permissions"
> got the result
>
> File::Find::Rule::Permissions
>
>
http://search.cpan.org/~dcantrell/File-Find-Rule-Permissions-1.2/lib/File/Find/Rule/Permissions.pm
>
> which should enable you to solve your problem.
>
> regards,
> Toms
>
> --
> Dievision GmbH | Kriegerstrasse 44 | 30161 Hannover
> Telefon: (0511) 288791-0 | Telefax: (0511) 288791-99
> http://www.dievision.de
Thanks i saw that module but thought !! FALSELY !! that it couldnt check a
file (blush)
Now it works.
|