Re: delete directory

2010-03-24 Thread Nathan Vidican
Check the chflags; 'man chflags' On Tue, Mar 23, 2010 at 8:29 PM, Aiza wrote: > This directory named empty has read/exec permissions. > How do I delete it? > > # /usr/jails/newjail/var >ls -l > total 2 > dr-xr-xr-x 2 root wheel 512 Nov 21 22:53 empty > # /usr/jails/newjail/var >cd empty > # /

Re: delete directory

2010-03-24 Thread Daniel Bye
On Wed, Mar 24, 2010 at 08:29:41AM +0800, Aiza wrote: > This directory named empty has read/exec permissions. > How do I delete it? > > # /usr/jails/newjail/var >ls -l > total 2 > dr-xr-xr-x 2 root wheel 512 Nov 21 22:53 empty > # /usr/jails/newjail/var >cd empty > # /usr/jails/newjail/var/empt

Re: delete directory

2010-03-24 Thread krad
On 24 March 2010 00:42, Michael Powell wrote: > Aiza wrote: > > > This directory named empty has read/exec permissions. > > How do I delete it? > > > > # /usr/jails/newjail/var >ls -l > > total 2 > > dr-xr-xr-x 2 root wheel 512 Nov 21 22:53 empty > > # /usr/jails/newjail/var >cd empty > > # /u

Re: delete directory

2010-03-23 Thread Michael Powell
Aiza wrote: > This directory named empty has read/exec permissions. > How do I delete it? > > # /usr/jails/newjail/var >ls -l > total 2 > dr-xr-xr-x 2 root wheel 512 Nov 21 22:53 empty > # /usr/jails/newjail/var >cd empty > # /usr/jails/newjail/var/empty >ls -l > total 0 > # /usr/jails/newjail

delete directory

2010-03-23 Thread Aiza
This directory named empty has read/exec permissions. How do I delete it? # /usr/jails/newjail/var >ls -l total 2 dr-xr-xr-x 2 root wheel 512 Nov 21 22:53 empty # /usr/jails/newjail/var >cd empty # /usr/jails/newjail/var/empty >ls -l total 0 # /usr/jails/newjail/var/empty >cd .. # /usr/jails/n

Re: Unable to delete directory even after change of ownership.

2008-12-19 Thread perryh
> As svn, when I try to delete the folder (/home/my_repos), > I get the error "Permission denied". > > Why do I get this error when I (svn) am the owner of that > directory? To remove anything that is located in /home, including a directory such as /home/my_repos, user svn would need write permiss

Re: Unable to delete directory even after change of ownership.

2008-12-18 Thread Olivier Nicole
Hi, > the directory "." had owner and group as svn and repo_admin respectively > the directory ".." had owner and group as root and wheel respectively. Try to cut and paste example, it gives more detailed information when we read the exact output of the command. Olivier

Re: Unable to delete directory even after change of ownership.

2008-12-18 Thread BSD_Newbie
-- > Glen Barber > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscr...@fre

Re: Unable to delete directory even after change of ownership.

2008-12-18 Thread Olivier Nicole
> > e) as root, executed the following command. > > chown svn:repo_admin /home/my_repos > > > > f) verified that the file permissions for /home/my_repos is correctly set > > after the change in ownership. > > > > > > Here is the problem I encountered > > When I log in as svn, I am placed in the fol

Re: Unable to delete directory even after change of ownership.

2008-12-18 Thread Glen Barber
On Thu, Dec 18, 2008 at 10:27 PM, BSD_Newbie wrote: > > e) as root, executed the following command. > chown svn:repo_admin /home/my_repos > > f) verified that the file permissions for /home/my_repos is correctly set > after the change in ownership. > > > Here is the problem I encountered > When I

Unable to delete directory even after change of ownership.

2008-12-18 Thread BSD_Newbie
your help. -- View this message in context: http://www.nabble.com/Unable-to-delete-directory-even-after-change-of-ownership.-tp21085175p21085175.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.o