cake-php@googlegroups.com
[Top] [All Lists]

Re: where can i find permissions to delete folders?

Subject: Re: where can i find permissions to delete folders?
From: "Max Dörfler"
Date: Tue, 07 Sep 2010 14:19:40 +0200
rmdir just works on emty directories
NAME
       rmdir - remove empty directories

SYNOPSIS
       rmdir [OPTION]... DIRECTORY...

DESCRIPTION
       Remove the DIRECTORY(ies), if they are empty.

"rm -r" would recursively delete a nonempty directory, but it's a dangerous command to use :)

Am 07.09.2010 13:38, schrieb Tomfox Wiranata:
hi

i am getting a permission denied when using the rmdir function. but
just for a subfolder. like this. i can delete the folder 666 in

WWW_ROOT. "links/tmp/666


but i cant delete folder 666 when a subfolder is in it, like
WWW_ROOT. "links/tmp/666/attachments

is this a permission thing?

i appreciate your help :)


Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
  

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
 
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
cake-php+unsubscribe@xxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
<Prev in Thread] Current Thread [Next in Thread>