I would like be able to copy files from one user profile to another. For example download photos to : /Users/user1/Desktop and then move than into /Users/user2/Pictures. Default Mac OS X setting do not allows that, unless you are logged in as root. I do not want use root account, just be able to write into another user folder.
|
Actually the easiest way to handle what you want is to give yourself sudo privileges. I believe on Mac OS X your user (i.e., user1) would just need to be part of the admin group. Once user1 is part of the admin group, then you can run any command from the terminal in the following way and it will use root privileges:
the very first time you ever do this, the system will give you a warning about 'with great power comes great responsibility...' and it will prompt you for a password. If you are running this command as user1, the password it wants is user1's password - not root's password nor user2's password. Note that, by configuration, the system may cache the password for a set amount of time or until you end the terminal session. when it expires and you run
|
||||
|
If your two users are going to be sharing files a lot, the setups @John suggested are good; but if this is not something you'll be doing a lot, there are several ways to do it using OS X's standard folder & permission setup:
|
|||
|
|
I managed to figure out a way to do this on a directory by directory basis, permanently. I was trying to access a PowerPoint Presentation my son was writing for school without having to login as him so I could review it. Follow these steps to access the Library folder through Finder's Go menu.
In the Finder, choose Go > Go To Folder.
In the Go To Folder dialog, type |
||||
|
|