Date: Mon, 08 May 2000 15:57:50 GMT From: "Adam Hefetz" <adam_hefetz@hotmail.com> To: freebsd-questions@freebsd.org Subject: /var Message-ID: <20000508155751.1245.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi everyone, I tried to move the /var directory like it says in the file book.txt with the following commands: # mkdir /usr/var # cd /var # tar cf - . | (cd /usr/var; tar xf - ) # cd / # rm -rf /var # ln -s /usr/var /var the problem is that whem I type the rm -rf /var command it says: rm: /var: Device busy I hope you can help me, thanks, Adam ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com 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?20000508155751.1245.qmail>