Sumery root tmp space

From: Russell Johnson <rkj_at_beta.loyno.edu>
Date: Mon, 24 Mar 1997 08:53:35 -0600 (CST)

Thanks to all
Many suggested below what I also had tried
mv /tmp /otmp
        mkdir /usr/users/tmp
        ln -s /usr/users/tmp /tmp
                                    
Larry Griffith <larry_at_garfield.wsc.mass.edu> had the most complete
and best solution see below


        I'm not sure whether Pine recognizes it, but you might try
defining
the environment variable TMPDIR as /usr/tmp:

(ksh) export TMPDIR=/usr/tmp in /etc/profile
(csh) setenv TMPDIR /usr/tmp in /etc/csh.login
(sh) TMPDIR=/usr/tmp;export TMPDIR in /etc/profile

        Some people on this list have recommended making /tmp a soft link
to /usr/tmp, but that can be nasty if /usr isn't mounted (e.g. single-user
mode).

thanks again to all
RKJ
Received on Mon Mar 24 1997 - 16:29:10 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:36 NZDT