I need to put the Dropbox folder inside the root path, this way:
cd /Dropbox
I can't create first a normal folder because Dropbox automatically creates a Dropbox folder nested in it... so it would result in this (like It does now) cd /folder/Dropbox
What would be the problem if I give a "sudo chmod +w /"? So I could initialize Dropbox inside the root path? No problem if other files would be written in the / since there are no important files loaded in there, and anyway users wouldn't be allowed to write in the subfolder like /etc. Is that right?