mkdir: cannot create directory ‘a’: No such file or directory
by shrinivas.d from LinuxQuestions.org on (#54F0C)
hello, i'm using centos 7 and trying to create a directory but getting error even i tried creating directory with other name but still giving me same error.
[root@localhost shri]# mkdir bb
mkdir: cannot create directory bb': No such file or directory
[root@localhost shri]# ls
[root@localhost shri]# mkdir -p a
mkdir: cannot create directory a': No such file or directory


[root@localhost shri]# mkdir bb
mkdir: cannot create directory bb': No such file or directory
[root@localhost shri]# ls
[root@localhost shri]# mkdir -p a
mkdir: cannot create directory a': No such file or directory