Re: /tmp problem

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Saturday, October 24, 1992 - 12:33 pm

In article <BwLuuC.B22@fc.hp.com> rwp@fc.hp.com (Bob Proulx) writes:

   Kamal Foudil-Bey (foudil@npac.syr.edu) wrote:
   > I added a user  to my system to avoid working as root.
   > Everything is fine except for the fact  that when I use
   > "vi" I get a message "/tmp file does not exist". What do
   > I have to do to solve that?

   You probably have the permissions on /tmp messed up.

   chmod 777 /tmp
   chmod 777 /usr/tmp

Make that

chmod 1777 /tmp
chmod 1777 /usr/tmp

This turns the sticky bit on which keeps you from overwriting or erase
someone else's file unless you are root.  Of course, if you are the
only 'real' user this probably doesn't matter much...

Philip Guenther
--
guenther@stolaf.edu (Philip Guenther)       | The ACC might agree with me,
Student Sys Prog, Academic Computing Center | but with that bunch, (and me)
St Olaf College, Northfield, MN 55057-1001  | you never know... :-) :-| :-(
"Life makes sense?  LIFE MAKES SENSE!!?  Where do people get these ideas?"-me
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: /tmp problem, Philip A Guenther, (Sat Oct 24, 12:33 pm)