Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site inuxc.UUCP Path: utzoo!watmath!clyde!floyd!harpo!ulysses!mhuxl!ihnp4!inuxc!mcferrin From: mcferrin@inuxc.UUCP (P McFerrin) Newsgroups: net.unix Subject: Re: /tmp and /usr/tmp Message-ID: <940@inuxc.UUCP> Date: Thu, 5-Apr-84 17:17:12 EST Article-I.D.: inuxc.940 Posted: Thu Apr 5 17:17:12 1984 Date-Received: Sat, 7-Apr-84 03:28:49 EST References: <4432@amd70.UUCP> <3566@utcsrgv.UUCP> Organization: AT&T Consumer Products Div., Indianapolis Lines: 12 On our UNIX 5.0 systems, /tmp and /usr/tmp are cleaned out during reboot. Since /tmp is root, space is very tight but /usr/tmp usually has lots of room (relatively speaking). We encourage users to use /usr/tmp for temporary files. However, specific scripts and programs that we need to utilize while in single-user use /tmp since /usr is usually not mounted. This is why such guys as ed(1), cc(1),..... use /tmp. If they used /usr/tmp, you would be restricted in what you can do in single-user. Since we have gone to RP07's for our 780's, space on / is not tight anymore. But, in general, we still use /usr/tmp as a practice.