Go Back   The macosxhints Forums > OS X Help Requests > System



Reply
 
Thread Tools Rate Thread Display Modes
Old 05-20-2012, 09:47 PM   #1
macunkie
Triple-A Player
 
Join Date: Dec 2003
Location: redneckhell
Posts: 54
Privileges issues.

Been a long time since I've had to submit for help on a forum for help on a mac. I'm running 10.7.4 and all of a sudden for example when I try to create a new folder on my desktop my system requires me to enter my password?
"Finder wants to make changes: type your password to allow: "

Don't know what I did , but some sort of setting is wrong. I've checked permissions and they are find. Did the reboot thing. Still same problem.

Any ideas ?

Thanks !

MacUnkie

[Solved] I right clicked my desktop;
Selected Get Info:
And gave Read&Write privileges to all groups.

Last edited by macunkie; 05-20-2012 at 10:03 PM. Reason: [Solved}
macunkie is offline   Reply With Quote
Old 05-21-2012, 02:09 AM   #2
benwiggy
League Commissioner
 
Join Date: Aug 2006
Posts: 5,039
You say "solved", but what you've done is to give everyone read and write permission to your Desktop, which is a security hole.

You "checked permissions and they were fine". If the permissions were correct and you still couldn't write to your Desktop, then that suggests something much deeper going on. (Unless you meant "Repair Permissions", which does nothing for the user folders.)

Can we see the results of the following Terminal commands?

cd ~/
ls -le
id
echo "done"
benwiggy is offline   Reply With Quote
Old 05-21-2012, 02:33 PM   #3
macunkie
Triple-A Player
 
Join Date: Dec 2003
Location: redneckhell
Posts: 54
Terminal Command request :

Quote:
Originally Posted by benwiggy
You say "solved", but what you've done is to give everyone read and write permission to your Desktop, which is a security hole.

You "checked permissions and they were fine". If the permissions were correct and you still couldn't write to your Desktop, then that suggests something much deeper going on. (Unless you meant "Repair Permissions", which does nothing for the user folders.)

Can we see the results of the following Terminal commands?

cd ~/
ls -le
id
echo "done"

Thanks you !

ls -le :
Code:
ls -le
total 264
drwxrwxrwx@  16 root      wheel   544 May 20 20:42 Desktop
 0: group:everyone deny delete
drwx------@ 111 MacUnkie  staff  3774 May 15 22:35 Documents
 0: group:everyone deny delete
drwx------@   9 MacUnkie  staff   306 May 20 15:01 Downloads
 0: group:everyone deny delete
-rw-r--r--@   1 MacUnkie  staff     0 Apr 29 00:06 Icon?
drwx------@  50 MacUnkie  staff  1700 Apr 29 10:12 Library
 0: group:everyone deny delete
drwx------@   6 MacUnkie  staff   204 Apr 29 00:00 Movies
 0: group:everyone deny delete
drwx------@   5 MacUnkie  staff   170 Apr 29 00:00 Music
 0: group:everyone deny delete
drwx------@  39 MacUnkie  staff  1326 Apr 29 00:01 Pictures
 0: group:everyone deny delete
drwxr-xr-x@   6 MacUnkie  staff   204 Apr 28 23:59 Public
 0: group:everyone deny delete
drwxr-xr-x@   7 MacUnkie  staff   238 Apr 29 00:01 Sites
 0: group:everyone deny delete
id = :

Quote:
uid=501(MacUnkie) gid=20(staff) groups=20(staff),401(com.apple.access_screensharing),12(everyone),33(_appstore),61(localaccounts),79(_appserverusr),80(a dmin),81(_appserveradm),98(_lpadmin),100(_lpoperator),204(_developer),402(com.apple.sharepoint.group.1),403(com.apple.sh arepoint.group.2)

And yes, all I did was "repair permissions."

Samuel.
__________________
MacUnkie.

Last edited by macunkie; 05-21-2012 at 02:35 PM. Reason: ReEdit
macunkie is offline   Reply With Quote
Old 05-22-2012, 01:00 AM   #4
ganbustein
MVP
 
Join Date: Apr 2008
Location: Berkeley CA USA
Posts: 1,008
Your Desktop folder has the wrong owner. It's owned by root, and should be owned by you. I see you're an admin, so enter the following Terminal commands:

sudo chown 501:staff ~/Desktop
chmod 700 ~/Desktop


Everything else looks good.
ganbustein is offline   Reply With Quote
Old 05-22-2012, 03:17 AM   #5
macunkie
Triple-A Player
 
Join Date: Dec 2003
Location: redneckhell
Posts: 54
Quote:
Originally Posted by ganbustein
Your Desktop folder has the wrong owner. It's owned by root, and should be owned by you. I see you're an admin, so enter the following Terminal commands:

sudo chown 501:staff ~/Desktop
chmod 700 ~/Desktop


Everything else looks good.

Thank you - made the changes and everything seems to be working correct now. No idea how how my Desktop folder ended up with the wrong owner ?

Thanks again !
__________________
MacUnkie.
macunkie is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 09:59 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.