Friday, January 6, 2017

RE: [Avid-L2] Mac issue

 

For a bit of extra explanation...
"sudo" is "super-user do". It tells the all-powerful super-user account ("root") to do stuff.
"chmod" is change file mode. "o+rw" gives write and read permission to other users (which means users who aren't the owner user or in the owner group). "-R" makes it recursive (applies to things inside named directory).

You can also change the owner user with "chown": chown username /path/to/file
or change the group with "chgrp": chgrp groupname /path/to/file
The -R option works with chown and chgrp too.

Ross


From: Avid-L2@yahoogroups.com [Avid-L2@yahoogroups.com]
Sent: 06 January 2017 16:43
To: Avid-L2@yahoogroups.com; Lou Wirth
Subject: RE: [Avid-L2] Mac issue

 

I would use "sudo" in the terminal:
  1. Open a terminal window (in /Applications/Utilities/)
  2. type "sudo chmod -R o+rw " (make sure you type the space at the end) then drag the problem folder into the terminal window (its path should be added to the end of the command.
  3. Press return.
  4. Type your normal password (nothing visible happens - don't panic!)
That should give all users read and write permission on the folder and everything inside it.

Ross

__._,_.___

Posted by: Ross Flint <Ross@hireworks.tv>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

this is the Avid-L2

.

__,_._,___

No comments:

Post a Comment