How to remove a non-empty directory

rfa at msumain.edu.ph rfa at msumain.edu.ph
Mon Mar 1 20:44:02 PST 2004


> Hi all folks,
>
> Kindly advise where can I find the small program 'midnight commander' for
> FreeBSD.  OR what command line shall be applied on FBSD to remove a
> non-empty
> directory together with its content
>
> TIA
>
> B.R.
> satimis
>
try this:
#cd /usr/ports
#make search name = mc | more
[you will find all the ports with mc in them]
then you will know that mc is in
#cd /usr/ports/misc/mc && make all install clean

rm -r for your previous question.  thats dangerous though be sure to type
carefully when doing this command.










More information about the freebsd-questions mailing list