ln -s /var/tmp /tmp

Michael Meissner meissner at osf.org
Tue Aug 21 00:21:44 AEST 1990


In article <28623 at netnews.upenn.edu> kehoe at scotty.dccs.upenn.edu
(Brendan Kehoe) writes:

|  My / partition has about 1.5 megs available on it..any reason why I shouldn't
| redirect /tmp to /usr/tmp (which in turn goes to /var/tmp on my Sun) with a
| symbolic link, so that there'll never be problems w/ storage? Will anything
| die if /tmp is a link?
|  Thanks..

Some (all?) versions of cp use lstat instead of stat to determine if
the last argument is a directory, and fail if /tmp is a symlink.
--
Michael Meissner	email: meissner at osf.org		phone: 617-621-8861
Open Software Foundation, 11 Cambridge Center, Cambridge, MA, 02142

Do apple growers tell their kids money doesn't grow on bushes?



More information about the Comp.unix.questions mailing list