From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 29 Jan 2005 04:11:31 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] mkstemp() In-Reply-To: <775685e75c2a1e6f0101fff1c4b370d9@ar.aichi-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <000501c50540$0cfdc290$0200000a@urjc1> <20050129030207.24388.qmail@g.galapagos.bx.psu.edu> <018001c505af$b65ab220$06597d50@kilgore> <775685e75c2a1e6f0101fff1c4b370d9@ar.aichi-u.ac.jp> Topicbox-Message-UUID: 38cfb214-eace-11e9-9e20-41e7f4b1d025 > I hope temporal filename is made clear so that I can safely remove > files that are no longer required . > In my /tmp, there are many temporal files that is created by acme > and others. > I hesitate whether I can safely remove these annoying files. If you log in and don't start any programs, then it's safe to remove everything in /tmp (unless you have precious data stored there!). To find out what is being used in /tmp, grep /tmp /proc/*/fd. Russ