Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2008 11:50:57 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Ruel Luchavez <ruel.freebsd@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Delete a folder although its not empty
Message-ID:  <20080408115051.U23074@wojtek.tensor.gdynia.pl>
In-Reply-To: <ee9dc2b40804080235k64606f0fi52f42550f2d49371@mail.gmail.com>
References:  <ee9dc2b40804080235k64606f0fi52f42550f2d49371@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>
> I'm tired of deleting a directory or folder in a server using "rm" and
> "rmdir" but before deleting a directory using "rmdir" the folder must be
> empty..what should i do or what command should be use in Free BSD to delete
> a folder in a directory even if its not empty without affecting the
> folder in the same directory?

rm -rf dirname
>
> Please.....thanx
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>



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