public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel 2.2.17 bug found
@ 2000-11-09 15:20 Andrea Pintori
  2000-11-09 15:43 ` Tim Waugh
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andrea Pintori @ 2000-11-09 15:20 UTC (permalink / raw)
  To: linux-kernel

I've a Debian dist, Kernel 2.2.17, no patches, all packages are stable.

here what I found:

[/tmp] mkdir old
[/tmp] chdir old
[/tmp/old] mv . ../new
[/tmp/old]                    (should be /tmp/new !!)
[/tmp/old] mkdir fff
error: cannot write...
[tmp/old] ls > fff
error: cannot write...
[/tmp/old] ls -la
total 0                         (?)
[/tmp/old] cd ..
[/tmp] ls -la
*****************       ./
*****************       ../
*****************       new/

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Kernel 2.2.17 bug found
@ 2000-11-09 16:03 Jesse Pollard
  0 siblings, 0 replies; 7+ messages in thread
From: Jesse Pollard @ 2000-11-09 16:03 UTC (permalink / raw)
  To: 1997s112, linux-kernel

On Thu, Nov 09, 2000 at 05:20:22PM +0200, Andrea Pintori wrote:
> I've a Debian dist, Kernel 2.2.17, no patches, all packages are stable.
> 
> here what I found:
> 
> [/tmp] mkdir old
> [/tmp] chdir old
> [/tmp/old] mv . ../new
> [/tmp/old]                    (should be /tmp/new !!)
> [/tmp/old] mkdir fff
> error: cannot write...
> [tmp/old] ls > fff
> error: cannot write...
> [/tmp/old] ls -la
> total 0                         (?)
> [/tmp/old] cd ..
> [/tmp] ls -la
> *****************       ./
> *****************       ../
> *****************       new/
> 
> Does anybody knew this bug?

Not a bug... possibly a typo though. The "[/tmp/old] mv . ../new" line
destroys the definition of "current directory". The "mkdir fff" can't work
since the current directory is no longer there, and is indicated by
the lines:
     [/tmp/old] ls -la
     total 0                         (?)

There is nothing to take a directory of.
-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil

Any opinions expressed are solely my own.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-11-09 22:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-09 15:20 Kernel 2.2.17 bug found Andrea Pintori
2000-11-09 15:43 ` Tim Waugh
2000-11-09 15:47   ` Michael Rothwell
2000-11-09 15:49 ` Thomas Köhler
2000-11-09 16:00 ` Richard B. Johnson
2000-11-09 22:55 ` J . A . Magallon
  -- strict thread matches above, loose matches on Subject: below --
2000-11-09 16:03 Jesse Pollard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox