RE: 2.1.121 oddities

Jeremy Fitzhardinge (jsgf@sirius.com)
Mon, 14 Sep 1998 15:09:29 -0700 (PDT)


On 13-Sep-98 Mike wrote:
>
> 1) Should this be possible?
> $ ls -al
> total 6
> drwxr-xr-x 3 mike mike 1024 Sep 13 20:23 .
> drwx------ 24 mike mike 3072 Sep 13 20:20 ..
> drwxrwxr-x 2 mike mike 1024 Sep 13 20:21 dir2
> drwxrwxr-x 2 mike mike 1024 Sep 13 20:21 dir2
> $
> (this is on an ext2 filesystem)
>
> If, as I suspect, it shouldn't, I will try and replicate the problem (I
> know _roughly_ what I did, but not very exactly...)

Try "ls -lb" to see if there's any stray space or tab characters lurking after
the visible names. e.g.:
: ixodes:ttyp3; mkdir 'd1'
: ixodes:ttyp3; mkdir 'd1 '
: ixodes:ttyp3; ls -la
total 4
drwxrwxr-x 4 jeremy users 1024 Sep 14 15:07 .
drwxrwxr-x 3 jeremy users 1024 Sep 14 15:07 ..
drwxrwxr-x 2 jeremy users 1024 Sep 14 15:07 d1
drwxrwxr-x 2 jeremy users 1024 Sep 14 15:07 d1
: ixodes:ttyp3; ls -lab
total 4
drwxrwxr-x 4 jeremy users 1024 Sep 14 15:07 .
drwxrwxr-x 3 jeremy users 1024 Sep 14 15:07 ..
drwxrwxr-x 2 jeremy users 1024 Sep 14 15:07 d1
drwxrwxr-x 2 jeremy users 1024 Sep 14 15:07 d1\

J

-
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/