[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating files/directories with numeric names



I'm on ext3, and I had not thought of trying other methods:

[erich@harpo ~]$ echo test > 9test
[erich@harpo ~]$ cat 9test
test
[erich@harpo ~]$ rm 9test
[erich@harpo ~]$ echo test > 9
bash: 9: No such file or directory
[erich@harpo ~]$ cat 9
cat: 9: No such file or directory
[erich@harpo ~]$

Same result, can't make files that have all-numeric names.

eks

On Wed, 19 Sep 2007, Blunier, Mark wrote:

>> Suddenly on an old FC2 machine and a fedora7 machine I can no longer
>> create a file or directory that has a numeric name. IE:
>>
>> [root@harpo ~]# touch 9
>> touch: cannot touch `9': No such file or directory
>> The same symptoms for mkdir. This means that some normal things don't
>
> What file system are you using?  Have you tried on another media on a
> different mount point, with a different files system?  Can you create
> the files by any other means such as echo "" > 9 ?
>
> Mark
>
>
> -
> To unsubscribe, send email to majordomo@luci.org with
> "unsubscribe luci-discuss" in the body.
>

-- 
---------------------------------------------------------------------
Erich Schroeder                    Phone: (217)785-0033
Curator, Learning Center           FAX:   (217)785-2857
Illinois State Museum GIS Lab      email:erich(at)illinois.state.museum
http://www.museum.state.il.us/     Linux user #18660
---------------------------------------------------------------------

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.