I have installed ubuntu on my old computer, fresh install etc. etc. hope to use it as a central store for media, backups as well as use xbmc on it to play stuff on my TV.
Problem i am getting at the moment is that when i copy any files over onto the hard drives on the ubuntu machine from either the mac or PC they are locked, and the properties state there is no owner and i can't delete them. I have since managed to unlock their properties using nautilus but then when you copy anything new over it again is locked.
Is there a way of stopping these files being locked by default when they are copied over to the ubuntu machine? So i dont have to keep going back in and making them unlocked.
I am very new to ubuntu and not great with all things command line, so if there is a less command line fix for this it would be greatly appreciated.
Thanks in advance :)
sudo nautilus
is not recommended. – Seth May 12 '13 at 21:01gksudo
orkdesudo
instead, but I think now you're supposed to usepkexec
. – strugee May 12 '13 at 21:12gksu
orsudo -H
when running graphical applications as root. – Seth Jun 19 '13 at 01:25