Wed, 2 Nov 1994, Perry E. Metzger wrote:
Charles Howes says:
Sign on twice. Transcript one:
cd /tmp
mkdir foo
cd foo
(*)
mkdir bar
Transcript two: (Executed at '*' in transcript one)
cd /tmp
rmdir foo
Charles-
I tested this on SunOS4.1.3U1, using both MFS and the 4.2FS.
Under MFS I saw the mkdir bar succeed but then the shell under
/tmp/foo could not stat . No Panic.
Under 4.2FS :
$ mkdir bar
mkdir: bar: No such file or directory
$ pwd
pwd: getwd: can't stat .
No panic. What version of SunOS were you running? What filesystem?