unable to create any directory that uses numbers as the directory name

madan.cpanelnet

Well-Known Member
Apr 1, 2006
69
0
156
INDIA
Version-Release number of selected component (if applicable):
==================================================================
[email protected] [~]# cat /etc/redhat-release

Red Hat Enterprise Linux ES release 4 (Nahant Update 5)

[email protected] [~]# uname -a
Linux server.integrityserver.net 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT

2007 i686 i686 i386 GNU/Linux
[email protected] [~]#


How reproducible:
======================

[email protected] [~]# mkdir 1
mkdir: cannot create directory `1': No such file or directory
[email protected]
[~]# mkdir 12
mkdir: cannot create directory `12': No such file or directory
[email protected] [~]# mkdir 1a2
[email protected] [~]#



Actual results:
======================
mkdir: cannot create directory `1': No such file or directory



Expected results:
======================
should be able to create a directory

Additional Info:
==================
[email protected] [~]# ll $(which mkdir)
-rwxr-xr-x 1 root root 25060 Sep 19 15:46 /bin/mkdir*

[email protected] [~]# rpm -qf $(which mkdir)
coreutils-5.2.1-31.6
[email protected] [~]#
[email protected] [~]# mount -a
[email protected] [~]#
[email protected] [~]#alias | grep mk
[email protected] [~]#


FSType = ext3




Please advise.


Thanks