Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Other Apple Products
Other Hardware and Peripherals
Permissions problem when copying from backup
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Boybland" data-source="post: 1031896" data-attributes="member: 146141"><p>You should be able to use either one or both of the terminal commands.</p><p>chown to take ownership.</p><p>chmod to change the rights.</p><p></p><p>If you google the two commands you will get many examples of the syntax and uses but it will be something like (memory is a bit fuzzy today).</p><p></p><p>sudo chmod -R 777 /Volumes/HDDNAME/FOLDERNAME </p><p></p><p>This command should give itself superuser status and then recursively set the rights on the specified location to read/write/excute for all users. If that fails you need to sudo chown it first but I can't remember the syntax and I am too lazy to check it.</p><p></p><p>Best to google it first.</p></blockquote><p></p>
[QUOTE="Boybland, post: 1031896, member: 146141"] You should be able to use either one or both of the terminal commands. chown to take ownership. chmod to change the rights. If you google the two commands you will get many examples of the syntax and uses but it will be something like (memory is a bit fuzzy today). sudo chmod -R 777 /Volumes/HDDNAME/FOLDERNAME This command should give itself superuser status and then recursively set the rights on the specified location to read/write/excute for all users. If that fails you need to sudo chown it first but I can't remember the syntax and I am too lazy to check it. Best to google it first. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Other Apple Products
Other Hardware and Peripherals
Permissions problem when copying from backup
Top