Associate
- Joined
- 19 Jun 2003
- Posts
- 1,680
- Location
- West Yorks, UK
Hi all
I'm trying to set something up for a colleague who doesn't know their way around the terminal (and doesn't want/need to learn). I need them to be able to plug a USB drive into the machine, running Ubuntu 6.10, and copy files into a directory using a GUI. Nothing difficult here, except that the files need to be chown'ed by a user that isn't the one they logged in as, and isn't root.
I was hoping i could do
to open a Nautilus window as that user. It doesn't seem to work however.
Are there any other options? Could I mount the folder somewhere and force it to chown all files/folders as otheruser?
Cheers,
Matt
I'm trying to set something up for a colleague who doesn't know their way around the terminal (and doesn't want/need to learn). I need them to be able to plug a USB drive into the machine, running Ubuntu 6.10, and copy files into a directory using a GUI. Nothing difficult here, except that the files need to be chown'ed by a user that isn't the one they logged in as, and isn't root.
I was hoping i could do
Code:
gksudo -u otheruser nautilus /storage/
Are there any other options? Could I mount the folder somewhere and force it to chown all files/folders as otheruser?
Cheers,
Matt