Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Feb 2006 14:21:43 -0500
From:      Mike Jeays <mj001@rogers.com>
To:        fbsd_user@a1poweruser.com
Cc:        "freebsd-questions@FreeBSD. ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: un- link command
Message-ID:  <1139340103.85022.11.camel@chaucer.jeays.ca>
In-Reply-To: <MIEPLLIBMLEEABPDBIEGMENAHMAA.fbsd_user@a1poweruser.com>
References:  <MIEPLLIBMLEEABPDBIEGMENAHMAA.fbsd_user@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2006-02-07 at 14:10 -0500, fbsd_user wrote:
> what command is used to remove a directory ln?
> 
> _______________________________________________
> 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"
"
-- 
Mike Jeays
http://ca.geocities.com/mike.jeays@rogers.com

"ln" builds a link; it does not delete files or directories.

To remove an empty directory, use "rmdir"

To remove a non-empty directory and all its contents, use "rm -rf yourdirectory"






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