in reply to Removing Permissions
i don't know why your script is hanging, because i'm not familiar with that module. in any case, it seems like overkill if this is all you're doing.my $result = system( 'cacls', $dir_name, '/t', '/e', '/r', 'Everyone' +);
~Particle *accelerates*
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Removing Permissions
by Anonymous Monk on Jun 17, 2002 at 13:37 UTC | |
Re: Re: Removing Permissions
by Anonymous Monk on Jun 17, 2002 at 13:56 UTC | |
by particle (Vicar) on Jun 17, 2002 at 18:26 UTC |