Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2001 16:41:48 +0700
From:      budsz <budsan02@bdg.centrin.net.id>
To:        george <george@vagner.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: cant delete directory
Message-ID:  <20011129164148.B2204@bdg.centrin.net.id>
In-Reply-To: <KKEHKNLEIDMDLKDOMLGFKEINCFAA.george@vagner.com>
References:  <KKEHKNLEIDMDLKDOMLGFKEINCFAA.george@vagner.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 28, 2001 at 06:46:57PM -0800, george wrote:
>I am trying to delete a directory but it keeps giving me errors
>see below
>gateway# chflags -R noschg SysV
>gateway# ll
>total 1
>drwxrwxrwx  4 root  wheel  512 Nov 28 19:15 SysV
>gateway# rm -rf SysV
>rm: SysV: Directory not empty
>gateway# ls -la SysV
>total 2
>drwxrwxrwx  4 root  wheel  512 Nov 28 19:15 .
>drwxr-xr-x  3 root  wheel  512 Aug 31 22:19 ..
>gateway#

Use option -rf for ex: 
#rm -rf direktori

-- 
budsz

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011129164148.B2204>