[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /bin/pwd: getcwd: No such file or directory
On Wed, 11 Feb 2004 Alexander.Farber@nokia.com wrote:
> Hi,
>
> does anyone else have problems with /bin/pwd on a -current PC?
>
> bolinux12:plugins {722} mozilla-firebird
> pwd: getcwd: No such file or directory
> /usr/local/bin/mozilla-firebird[67]: cd: - No such file or directory
>
> bolinux12:plugins {725} /bin/pwd
> pwd: getcwd: No such file or directory
Probably something like this has happened to your system:
$ cd /tmp
$ mkdir -p foo/bar
$ cd foo/bar
$ rmdir /tmp/foo/bar
$ /bin/pwd
pwd: getcwd: No such file or directory
$
-Otto