Date: Wed, 24 Mar 1999 17:09:26 +0100 (MET) From: Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De> To: freebsd-questions@freebsd.org Subject: RE: moving /tmp to /var/tmp caused network trouble Message-ID: <14073.3638.345487.643422@cs.uni-magdeburg.de> In-Reply-To: <6C37EE640B78D2118D2F00A0C90FCB441A5FB8@site2s1> References: <6C37EE640B78D2118D2F00A0C90FCB441A5FB8@site2s1>
next in thread | previous in thread | raw e-mail | index | archive | help
Christopher Michaels writes: > > # ln -s /var/tmp . > > > Shouldn't this be, ln -s /var/tmp /tmp, ? I've taken almost the > exact same steps and have absolutely no problems at all. Well, isn't this the same thing? Both, 'cd /; ln -s /var/tmp .' and 'ln -s /var/tmp /tmp' result in /tmp being a symbolic link to /var/tmp. I am really out of clues of what is going wrong here. Roland 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?14073.3638.345487.643422>