Soldato
So I need to rename a directory call 'desktop' to 'Desktop'.
I was going to run 'mv desktop Desktop' but as the desktop folder is a directory which contains other files do I need to run:
'mv -R desktop desktop' ?
---
Secondary question does the rename carry over file permissions?
I was going to run 'mv desktop Desktop' but as the desktop folder is a directory which contains other files do I need to run:
'mv -R desktop desktop' ?
---
Secondary question does the rename carry over file permissions?
Last edited: