Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

SchneiderMan

macrumors G3
Original poster
May 25, 2008
8,332
203
I don't know why I'm having issues replacing and updating an app on my admin account. I tried replacing an app and I get this error message about permissions when I set full read and write permissions on my account which is an admin account.

Anyone please?

screenshot20101109at920.png
 
Yes but surely there is a problem right? Thanks :)

I guess you're replacing a Toast.app bundle via drag-n-drop in Finder... is that right?

If so, the problem is probably that there is an item (or items) inside that Toast.app bundle for which your user's write access is being restricted somehow. Not all that unusual.

Just guessing of course... as i can't see inside it from here. Typically some items may be owned by root (and admin group was given no write permission) or owner not granted write access on specific items.

If it is Toast in your /Applications folder, maybe this will find something:

find -x /Applications/Toast* \( -not -user $LOGNAME -or -not -perm +200 -or -flags uchg \) -ls


As i indicated, it's not unheard of... so it's not necessarily a problem.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.