Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2001 16:19:26 -0500
From:      "Travis Leuthauser" <travis@bbipmail.com>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: /tmp FULL ???
Message-ID:  <NEBBIGMCEDGDNFGOAAFLGELLDPAA.travis@bbipmail.com>
In-Reply-To: <76928F3E231DE4478876350F08358336044A97@kt-exchange.edmonton.kanotech.net>

next in thread | previous in thread | raw e-mail | index | archive | help
actually, you wanna chmod 1777 /usr/tmp...

-Travis

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mike Oligny
Sent: Tuesday, May 22, 2001 4:15 PM
To: Francois Kritzinger; freeBSD Mailing List
Subject: RE: /tmp FULL ???


Try something like this:

	mkdir /usr/tmp
	chmod 777 /usr/tmp
	rm -rf /tmp ; ln -s /usr/tmp /tmp

I may be missing something, but this should work.  In a hurry, let me
know if you need me to explain.

-Mike


-----Original Message-----
From: Francois Kritzinger [mailto:ffkrz@iafrica.com]
Sent: Tuesday, May 22, 2001 3:06 PM
To: freeBSD Mailing List
Subject: /tmp FULL ???


I downloaded StarOffice, and when I ran the .bin installation script,
it
reported that /tmp was full. This makes sense as the / disk slice has
only 14 Mb free space. So my question is:

Where or how do I change the system's temp directory? I.e. from /tmp
to
something else.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message


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?NEBBIGMCEDGDNFGOAAFLGELLDPAA.travis>