[2476] in Athena Bugs
Re: VS6.2a tcsh?
daemon@ATHENA.MIT.EDU (Bill Sommerfeld)
Tue Jun 27 08:40:58 1989
Date: Tue, 27 Jun 89 08:40:38 EDT
From: Bill Sommerfeld <wesommer@ATHENA.MIT.EDU>
To: dkk@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU, vice-squad@ATHENA.MIT.EDU
In-Reply-To: David Krikorian's message of Tue, 27 Jun 89 04:26:03 EDT,
Nope, this never worked correctly, and, unless some really strange
things happen to UNIX, it's not likely to, either.
There's no way for one process to find out what another process's
working dir is set to. The (wd: /afs/.../.../...) and (wd now: ...)
messages are printed by the outer shell, based on what the working
directory was set to at the time of the fork() call which spawned the
job.
- Bill