I've never had this problem before, but for some reason, I can't rename my folder to packages/
.
This is the structure:
root
- packages_old/
- packages
When I try to rename the folder with Thunar, I get an error message saying that the file already exists. Same with mv
:
blender iso $ mv packages_old/ packages/
mv: accessing `packages/': Not a directory
Why am I unable to rename my file and folder to have the same name:
root
- packages/
- packages
I swear I've done this before.
.d
extensions on directories in/etc
. Suppose you didls packages
orvim packages
-- how would the system know if you wanted the directory or the file? – jw013 Oct 11 '11 at 21:53There is already a file with the same name as the folder name you specified. Specify a different name.
– Chris Down Oct 11 '11 at 22:19package
directory and apackage.txt
file in the same folder. From Windows Explorer, it will appear that you have to entries called "package", when in fact, it is just hiding part of the filename of one. – Arcege Oct 12 '11 at 00:48