home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!phys.ksu.edu!rjq
- From: rjq@phys.ksu.edu (Rob Quinn)
- Newsgroups: comp.sys.sun.apps
- Subject: Putting /tmp in /usr (was Re: Can f77 be taught not to use /tmp?)
- Date: 24 Jan 1993 02:40:16 GMT
- Organization: Kansas State University
- Lines: 22
- Message-ID: <1jsvihINNfe5@moe.ksu.ksu.edu>
- References: <1993Jan20.185627.19507@mapsut.einstein.com> <447@ftms.UUCP>
- NNTP-Posting-Host: bohr.phys.ksu.edu
-
- In <447@ftms.UUCP> brown@ftms.UUCP (Vidiot) writes:
- [talking about making f77 use something other than a small /tmp]
- >While this isn't a perfect solution, all of our systems have been reconfigured
- >so that none of the temp space is in / (root). Sun's brilliant idea of
- >providing temp directories in a filesystem that is way too small is rediculous
- >So, the following is done:
- > rm -r /tmp /var/tmp /usr/tmp
- > mkdir /usr/tmp
- > chmod 777 /usr/tmp
- > ln -s /usr/tmp /tmp
- > ln -s /usr/tmp /var/tmp
-
- It's very common to share /usr between machines. Won't your method cause
- a lot of problems? I thought the whole idea behind /usr was that it would
- contain files that never (rarely) changed, and that didn't need to be tailored
- to each host. Host specific files go in / or /var.
- Also, I would suggest a 'chmod +t' on your temp directories.
-
- --
- | Rob Quinn |
- | rjq@phys.ksu.edu |
- | QuinnBob@KSUVM.BITNET |
-