Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, does anybody know of a common perl module that will handle the setting of Access Control Lists in both Solaris (I'm aware of Solaris::ACL) and Linux platforms ?
Has anybody attempted to do this via Perl ? Is it safe to do this via backtick calls ? Any feedback welcome

Replies are listed 'Best First'.
Re: setfacl for Linux/Solaris
by jesuashok (Curate) on Jun 16, 2006 at 10:57 UTC
    Hi

    There is no module available for linux. But the command is getfacl and setfacl.

    For more information on ACL.

    "Keep pouring your ideas"