RE: Can't figure out why File::Path::rmtree says "Operation not permitted"

2006-07-18 Thread RICHARD FERNANDEZ
> > I'm not running as user "nobody", but I'm in group "nobody". > > Then you shouldn't be able to change permission bits on user > "nobody"'s files and directories; they're not yours. Perhaps > you should ask user "nobody" to rmtree? Or if the files are > supposed to be yours, maybe you just n

Re: Can't figure out why File::Path::rmtree says "Operation not permitted"

2006-07-18 Thread Tom Phoenix
On 7/18/06, RICHARD FERNANDEZ <[EMAIL PROTECTED]> wrote: I have a script that calls rmtree. The operation works; my directory and its contents are removed. However, I get this error: Can't make directory /u01/mydocs/mytest001 read+writeable: Operation not permitted at /u02/home/myacct_rem.pl li

Can't figure out why File::Path::rmtree says "Operation not permitted"

2006-07-18 Thread RICHARD FERNANDEZ
Hi folks, I have a script that calls rmtree. The operation works; my directory and its contents are removed. However, I get this error: Can't make directory /u01/mydocs/mytest001 read+writeable: Operation not permitted at /u02/home/myacct_rem.pl line 41 If the directory has been deleted, why the