On Sun, 31 Jan 1999, Scott A. Barron wrote: > On 31-Jan-99 Michael Graziano wrote: > > I went to remove everything from my /usr/obj directory this morning in > > preparation to do a make world, and found that two files > > (/usr/obj/usr/src/tmp/usr/lib/libc.so.3 and > > /usr/obj/usr/src/tmp/usr/lib/libc_r.so.3) can't be deleted. Am I > > missing something, or are these two files just hanging out for no > > reason? > > do a > chflags -R noschg /usr/obj > before you rm it
if you don't want to sit there for a long time try: rm -rf /usr/obj/* chflags -R noschg /usr/obj/* rm -rf /usr/obj/* it's substantially faster. Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com -- There are operating systems, and then there's FreeBSD. -- http://www.freebsd.org/ 4.0-current To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message