Re: [PATCH] /proc filesystem bug in 2.1.125

Mike Galbraith (mikeg@weiden.de)
Thu, 22 Oct 1998 16:54:29 +0200 (CEST)


On Thu, 22 Oct 1998, Vladimir V. Ivanov wrote:

>
> Hello,
>
> Try the following in shell prompt just for checking:
>
> elis# cd /proc/1
> elis# /bin/pwd
> /bin/pwd: cannot get current directory
> elis#

Hi Vladimir,

Is the version you're using doing something other than getcwd()?

[root]:# cd /proc/1
[root]:# /bin/pwd
/proc/1
[root]:# /bin/pwd --version
pwd (GNU sh-utils) 1.16

-Mike

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/