Date: Fri, 24 Apr 1998 20:59:52 -0700 (PDT) From: "Jason C. Wells" <jcwells@u.washington.edu> To: Scott Myron <zamy27@hsonline.net> Cc: "freebsd-questions@FreeBSD.org" <freebsd-questions@FreeBSD.ORG> Subject: Re: question Message-ID: <Pine.BSF.3.96.980424205654.20305A-100000@s8-37-26.student.washington.edu> In-Reply-To: <3540CDE8.B1670C1E@hsonline.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Apr 1998, Scott Myron wrote: > hi. I have just recently done a "make world". before I downloaded and > done the make install I had 39% of my /usr partition used up. now I have > about 61% of my /usr partition used up. can I delete all of those You can delete the sources. make sure you delete sources and not "teh good stuff." Another way to save space that is probably safer is '$ make clean' which will clean up object files, and leave sources intact. You don't need two sets of objects files if you don't want them. > sources without messing anything up? also, what is that /usr/obj > directory? there is stuff in there, like bin then like "ls" or "mv" and 'ls' is the list command. 'mv' is the move command. Refer to the following man pages: $ man ls $ man mv $ man hier Have fun, | Stop warning me about the latest virus. Learn more... Jason Wells | http://ciac.llnl.gov/ciac/CIACHoaxes.html 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?Pine.BSF.3.96.980424205654.20305A-100000>