[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bad permissions on /tmp



On Jan 04, Jules Bean <jmlb2@hermes.cam.ac.uk> wrote:
 
 >Never use /tmp to un-anything files would be one solution.
Maybe we should put in the default /etc/profile:

if [ ! -e /tmp/$LOGNAME ]; then
 mkdir /tmp/$LOGNNAME
fi
export TMPNAME=/tmp/$LOGNAME

-- 
ciao,
Marco


Reply to: