[13293] in bugtraq

home help back first fref pref prev next nref lref last post

Re: Symlinks and Cryogenic Sleep

daemon@ATHENA.MIT.EDU (Pavel Kankovsky)
Fri Jan 7 17:32:30 2000

Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Message-Id:  <20000105212016.1C83.0@argo.troja.mff.cuni.cz>
Date:         Wed, 5 Jan 2000 21:32:48 +0100
Reply-To: Pavel Kankovsky <peak@ARGO.TROJA.MFF.CUNI.CZ>
From: Pavel Kankovsky <peak@ARGO.TROJA.MFF.CUNI.CZ>
X-To:         BUGTRAQ@SECURITYFOCUS.COM
To: BUGTRAQ@SECURITYFOCUS.COM
In-Reply-To:  <20000103212443.A5807@monad.swb.de>

On Mon, 3 Jan 2000, Olaf Kirch wrote:

> when you're dealing with files in /tmp that are supposed to be re-opened
> (rather than opened once and then discarded) there's an established
> way to do it which goes like this:

The problem lies in the premises: these files should not be stored in
/tmp. If you insist on putting them under /tmp for whatever reason, you
should use an intermediate diractory:

  mkdir /tmp/mydir
  cd /tmp/mydir || exit 1
  check whether . is ok
  play with files here

--Pavel Kankovsky aka Peak  [ Boycott Microsoft--http://www.vcnet.com/bms ]
"Resistance is futile. Open your source code and prepare for assimilation."

home help back first fref pref prev next nref lref last post