[SOLVED] can't create a folder with the same name as an existed file.
by andrewysk from LinuxQuestions.org on (#5EKF1)
I am using Arch based linux, plasma.
How come i can't create a folder when there is a file named the same with the folder that i am about to create ?
Code:$ ls -l
total 0
-rw-r--r-- 1 user user 0 Feb 24 15:01 abc
$ mkdir abc
mkdir: cannot create directory abc': File existsIs there way to create the "abc" folder ? without changing the name of the file ?
Thx


How come i can't create a folder when there is a file named the same with the folder that i am about to create ?
Code:$ ls -l
total 0
-rw-r--r-- 1 user user 0 Feb 24 15:01 abc
$ mkdir abc
mkdir: cannot create directory abc': File existsIs there way to create the "abc" folder ? without changing the name of the file ?
Thx