Delete a folder although its not empty

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Tue Apr 8 09:51:22 UTC 2008


>
> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
>


More information about the freebsd-questions mailing list