Hello, unable to create any directory that uses numbers as the directory name root@server [~]# mkdir 123 mkdir: cannot create directory `123': No such file or directory root@server [~]# mkdir 0 mkdir: cannot create directory `0': No such file or directory Filesystem is not in readonly mode becasue I can create dir with a mix of numbers and aplhabets. root@server [~]# mkdir 1ab root@server [~]# Please advise. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list