Sufficient access privileges?

OK, this is driving me nuts. I upgraded to Leopard a month ago and all of a sudden I have lost privileges.
I had moved the local files from all of my web sites to the "Sites" folder under my user account. Yesterday, I was going to make a copy of one of the folder for one of the sites so I could do a redesign.
I copied the folder to my desktop and tried to rename it, but I go the following error message: "You do not have sufficient access privileges to rename the item 'Jan's Web Site.'"
Now, I am the administrator and this is MY account. I have walked my way up the directory up to "Users" folder, changing the file permissions to "Read & Write" for everyone and nothing changes. I still cannot change the name of that file.
Can someone help me regain control of my Mac?
Thanks in advance,
- Paul

biovizier wrote:
The problem should be relatively easy to fix, though some use of the command line is required. For a given "standard" folder and its contents, the steps consist of removing all ACLs, optionally adjusting permissions, then restoring the original ACE just to the top level folder.
You don't want to remove all ACLs from your home directory, that will screw up the permissions (for example) on your Drop Box which has a special ACL on it to setup the owner of the drop box to have Read&Write privs on any file/folder copied into it.
There are two ways to solve this. One is via Terminal and one is via the Reset Password utility on the Leopard Install DVD. For those who aren't very skilled with Terminal, I would recommend the Reset Password utility.
1) boot from your Leopard install CD.
2) Choose your language.
3) When the menubar appears, select Utilities->Reset Password.
4) In the window that appears, select your boot volume from the list at the top.
5) In the popup button below the volume list, select your user from the list.
6) Click the "Reset" button at the bottom of the window. This will reset the privs back to their default settings.
7) Repeat Steps 5 & 6 for every user on your machine who has this problem (except root).
That should clean things up.
Here is how you would do it in Terminal, which (unlike the Reset Password Utility) won't effect any specific changes you may have made to your permissions (like adding another user or giving some other user different privs then the default Read-Only).
*sudo chmod -R +a "everyone deny delete" ~/* +Note: 'sudo' will cause it to ask for your admin password, but when you type it will not show the text. This is normal. Just make sure you type your password correctly. This command will add the 'every deny delete' ACL to everything inside your home directory. This is done so that the next command will succeed. If the next command encounters a file/folder that doesn't have this ACL on it, it will fail and bail out, ultimately leaving your home directory half fixed.+
*sudo chmod -R -a "everyone deny delete" ~/* +Note: This will remove the 'everyone deny delete' ACL from all files and folders in your home directory, the next command will add it back to where it needs to be+
*sudo chmod +a "everyone deny delete" ~/ ~/Desktop ~/Documents ~/Downloads ~/Library ~/Movies ~/Music ~/Pictures ~/Public ~/Sites* +Note: This only applies the 'everyone deny delete' ACE to the folders listed, not their contents. These folders are required by the system, this ACE prevents you (or anyone else) from renaming, moving or deleting them (because they are required by the OS).+
Just copy/paste the bold text, one at a time, into a Terminal window and press return. That should do it. Good luck...

Similar Messages

  • You do not have sufficient access privileges to rename the iten "name"

    Hi,
    I want to rename my short name in my powerbook and I can't, it shows me You do not have sufficient access privileges to rename the iten "name".
    can somebody help me pls

    You cannot properly change the short name of your account in the Finder; you need to use this application to do it, or change the short name to the desired name in the NetInfo Manager, which is in the /Applications/Utilities/ folder. Your short name is stored in several places in the NetInfo Manager; these are parts of the information for your user account and a few groups.
    If there are no administrator accounts on the machine, use these instructions to add administrator access to one of your accounts.
    (14100)

  • Error: "You do not have sufficient access privileges"

    I consistently receive the error message "You do not have sufficient access privileges" when attempting to rename certain files or folders in OS 10.5.2. The output of
    ls -le ./
    is (edited for privacy):
    total 12200
    drwx------+ 7 myusername myusername 238 Apr 19 22:17 Desktop
    0: group:everyone deny delete
    drwx------+ 10 myusername myusername 340 Apr 6 01:04 Documents
    0: group:everyone deny delete
    drwx------+ 5 myusername myusername 170 Apr 19 22:35 Downloads
    0: group:everyone deny delete
    -rwxr-xr-x+ 1 myusername myusername 99312 Sep 3 2007 Image-57E66CC6A02011D9.jpg
    0: group:everyone deny delete
    drwx------+ 55 myusername myusername 1870 Apr 19 23:02 Library
    0: group:everyone deny delete
    drwx------+ 10 myusername myusername 340 Apr 5 17:26 Movies
    0: group:everyone deny delete
    drwx------+ 211 myusername myusername 7174 Apr 19 19:01 Music
    0: group:everyone deny delete
    drwx------+ 725 myusername myusername 24650 Apr 14 19:14 Pictures
    0: group:everyone deny delete
    drwxr-xr-x+ 5 myusername myusername 170 Dec 24 22:38 Public
    0: group:everyone deny delete
    drwxr-xr-x+ 4 myusername myusername 136 Dec 24 23:53 Sites
    0: group:everyone deny delete
    drwxrwxrwx+ 4 myusername myusername 136 Dec 24 23:45 Templates
    0: group:everyone deny delete
    drwx------+ 20 myusername myusername 680 Dec 24 23:03 Travel
    0: group:everyone deny delete
    drwx------+ 6 myusername myusername 204 Dec 24 23:25 Writing
    0: group:everyone deny delete
    lrwxr-xr-x 1 myusername myusername 44 Dec 31 13:15 webroot computer1 -> /Volumes/computer1/Library/WebServer/Documents
    lrwxr-xr-x 1 myusername myusername 28 Dec 31 13:15 webroot computer2 -> /Library/WebServer/Documents
    Attempting to rename, for example, Image-57E66CC6A02011D9.jpg at the root of my home folder produces the error message "You do not have sufficient access privileges".
    I tried repairing permissions with Disk Utility -- it completed successfully, but the problem remains.
    I tried restarting with the Leopard Install DVD and doing the Reset Password > reset ACLs thing for all user accounts on the computer but the problem remains.
    When I execute
    sudo chmod -R +a "everyone deny delete" ~/
    chmod responds with "Operation not permitted" on hundreds of files. For example:
    chmod: Failed to set ACL on file 'Application Data': Operation not permitted
    When I next execute
    sudo chmod -R -a "everyone deny delete" ~/
    chmod responds with
    chmod: No ACL present
    When I execute
    sudo chown -R `id -u`:`id -g` /Users/`id -un`
    chown responds with "Operation not permitted" on hundreds of files. For example:
    chown: /Users/myusername/Music/b/Beck/1993 Loser (CD Single)/05 - Fume - Beck - 1993 Loser (CD Single).mp3: Operation not permitted
    iMac is new in December 2007 and I used Migration Assistant to migrate files from a Mac Mini running 10.4. The iMac with the permissions problem also received files from an NTFS filesystem (Windows XP SP2).
    Any suggestions? Thanks!
    Message was edited by: user9287432

    Thanks, Scott. I executed
    sudo chflags -R nouchg ~/
    and
    sudo chown -R myusername:staff ~/
    (replacing myusername with my user name)
    and in each case there was a delay of a number of seconds and then the command prompt returned -- no errors. However, my renaming problem still exists.
    Just fyi, I got
    sudo chown -R `id -u`:`id -g` /Users/`id -un`
    from the thread at
    http://discussions.apple.com/thread.jspa?messageID=6963994
    or
    http://tinyurl.com/56xrz8
    The list of commands in petrock's post of Feb 1, 2008 12:11 AM ("Re: if you have problems with ACL") did not work for me. I think they made things worse because now I'm being prompted to enter my password when doing simple things like deleting files when before it hadn't. I think this is because the list of commands did not all complete successfully -- it's not clear what to do if you encounter "operation not permitted" or "no ACL present".
    And, I don't know if this is relevant, but before this I resolved some permissions problems in this thread:
    http://discussions.apple.com/message.jspa?messageID=6634641#6634641
    or
    http://tinyurl.com/57vls4
    Does it appear that Hal Itosis' homeACLtool script at
    http://www.macfixitforums.com/showflat.php?Cat=&Board=Forum38&Number=849901
    or
    http://tinyurl.com/5daza8
    might help me, or should I try something else?

  • Getting as message that says"The folder "Desktop" could not be opened because you do not have sufficient access privileges". How can I get into this folder?

    Getting as message that says"The folder "Desktop" could not be opened because you do not have sufficient access privileges". How can I get into this folder?

    OPen your Users folder, Highlight the Desktop Folder, do a Get Info or CMD+i on it, see if it's locked or if you have Rights & Privileges at the bottom.

  • Could not be opened because you do not have sufficient access privileges

    Hi, I just finished backing up my music onto my external HDD as per the 'Manual backup' instructions seen here: http://support.apple.com/kb/HT1553
    The problem is, when I logged back into my main user account to disable the root user and check if my data had been copied properly before I deleted it, one of the music folders copied (the main 'Music' folder) wouldn't open, and now a message pops up every time I try to open it. "The folder "Music" could not be opened because you do not have sufficient access privileges."
    The other files and folders copied are fine, it's just this one folder.
    Should I log back in as the root user and delete it and try again, or is there something else I can do?
    Thanks!

    Hi, try doing a Get Info on it in the Finder, then near the bottom, unlock the Lock & change the owner to you Read & Write.

  • Macbook air: you do not have sufficient access privileges. you need to run this game from an administrator account??? I'm already on the administrator account?

    I bought a mac game from www.gamehouse.com. Downloaded it and now trying to install to play. But everytime I go to install, a message keeps popping up telling me "Your account doesn't have sufficient access privileges. You will need to run this game once from an administrator account. Afterwards you will be able to run it from this account." I am already on the administrator account. Can someone please help?!

    Only the developer can fix his apparently defective product.

  • What does "You do not have sufficient access privileges" mean?

    Hello Gurus!
    I am wondering what does "You do not have sufficient access privileges" mean? I have a G$ with 2 internal hard drives. One has OSX 10.3.9 loaded on it and the other has OSX 10.4.7 loaded on it. When I boot up in 10.4.7 and try to access (open or copy) anything in the the desktop, documents, library, movies, music or pictures folders in my user folder on the 10.3.9 disk, it tells me that "I do not have sufficient access privileges"! This is a single user machine and it automatically logs in as me... the administrator. I tried to look at Apple's technical documents regarding permissions and privileges, but it is very confusing with all of it's terminal commands and lingo. Does anyone know an easy (and hopefully GUI) way around this problem?
    Thanks Much,
    Mark

    If you have a different system on each HD then you do not have a single user machine. The user on one system/boot volume is not the same user as the one on the other, even if they ahve the same name and password. If you boot from the 10.3 volume, you can select your user folder, go to File-Get Info, and change the access for others to read and write and click on the apply to enclosed items button. You should then be able to boot from the other system and move stuff around as you see fit. Of course, this is not a terribly secure state to leave your system in, as anyone who can gain access to your Mac can get at everything on your 10.3 home folder.
    If you try this route, I'd suggest doing it only long enough to move everything to one home folder and then revert the access privs to the way they were.

  • Do Not Have Sufficient Access Privileges???

    I bought my Time Capsule in 2008. It has backed up my iMac since 2008. At the end of 2010, I had a hard drive failure. The hard drive was replaced and the Migration Assistant was used to bring that information over to the new hard drive.
    I did create a new password and name for Hard Drive because I couldn't remember password from prior.
    Now, I can access files and computer is up and going again, but if I need to pull something from the Time Machine prior to the hard drive failure and Migration Assistant connect, it states that I do not have sufficient access privileges.
    Here is a screen shot of what occurs, I was trying to pull a 2009 file: http://twitpic.com/3q9tk2
    Also, I did not use Migration Assistant from boot up. I made a user profile. So one is my full name (made after boot up with hard drive replacement) and one is my first name, what was made once computer was booted up then I did Migration Assistant.
    Any advice on what to do to be able to see those older files? I can live without them as I have been working with what was backed up prior to the hard drive failure but it woulda been great to get some stuff from 2009 that was deleted and not backed up in that last back up prior to hard drive failure.
    Thanks in advance.

    I know this is an old thread but just for the sake of adding some insight that people might find with a search:
    After two hours on the phone today with Apple Support I've found out what caused my identical problem with iTunes access after a migration. In the hope that others can avoid the same pitfall, here's what wenr wrong:
    If, before the migration, you set up a new user with the SAME DRIVE NAME as on your old computer, and then do the migration, then Migration Assistant will, of course, oblige you to use a DIFFERENT NAME for the migrated material. That's where the problems start - because your iTunes has its material stored in the NEW user environment, whereas its content is authorized for access only by the OLD user. When this happens, you can play the tunes in your library OK but you can's add tunes to the library, or reorganize it or do anything that requires writing to it.
    If this does happen to you, it's almost impossible to set things straight because it would involve lots of tricky and error-prone premissions editing. And, besides, although iTunes is apparently the only app to have this issue, who knows what other dangers lurk when the migration is flawed in this way. The ONLY practical solution is to wipe out the new user and to re-do the migration from your Time Machine backup. You don't have to re-migrate the apps, just the documents.
    And, to avoid it happening in the first place, do NOT create a new user with the same hard-drive name as on your old machine. It's a shame Apple can't put in some protection against people doing that because using the same name is probably the most natural thing for the user to do. If it causes this very nasty problem, the user should be prevented from doing it - or at least warned. There is the opportunity for Migration Assistant to insert such a test/warning before committing to the migration.
    Hope Apple is listening (I think it would save them a bundle in support calls anyhow!)

  • TS1609 My computer comes up with Service Apple Mobile Device failed to start verify you have sufficient access privileges dont know to resolve it

    My computer comes up with Service Apple Mobile Device failed to start verify you have sufficient access privileges dont know to resolve it

    These are the instructions I posted to another topic with this same issue.
    I had this same thing happen on 2 different laptops. I finally called Apple support and they walked me through the repair. Apparently there are compatability issues with Apple software update and Internet Explorer, so if that is your default browser, you will want to download Google Chrome, Firefox or some other web browser and set it as your default. You will still be able to use IE, if you don't uninstall it, but links from e-mail will open in your new default browser, unless you copy and paste the URL into the web address line.
    These are the step-by-step instructions that the tech support person walked me through. She said that it is important that you do these steps in this order.
    1. Go to your Control Panel and open Programs and Features.
    2. Find and uninstall iTunes from the list.
    3. Find and uninstall Apple Software Update.
    4. Find Apple Mobile Device Support and REPAIR this file. This is the problem child, so you must repair it first.
    5. After you have repaired it, uninstall it.
    6. If Apple Mobile Device Support is not removed from your program list, restart your computer and go back into the Control Panel and Programs an Features. If the file is still there, repeat Repair and then uninstall. It should now be removed from the list.
    7. Restart your computer.
    8. Go back into your Control Panel and Programs and Features and then find BONJOUR. Uninstall Bonjour.
    9. Find Apple Application Support and uninstall it.
    10. Restart your computer.
    11. Upon restart, you may receive an "AppleSyncNotifier.exe - System Error" if you have iCloud attached to your account. This is normal and will be fixed when you reinstall iTunes.
    12. Using Google Chrome (or Firefox or Safari) go to www.apple.com and click on iTunes and then find the button to download iTunes. It will now install properly and be usable.
    13. If for some reason you are not able/allowed to change your default browser to something other than IE, then you should uncheck the box to automatically update iTunes during the install process or you may end up having to redo this fix.
    Hope this helps everyone with this problem. I have now gone through this process with two of my laptops, both of them with successful results. If this does not work, I strongly urge you to contact Apple for additional assistance.

  • I received this message on iWeb: Can't create the file "Mod_footer_bg.jpg." The disk may be damaged or full, or you may not have sufficient access privileges.

    I made some changes to my iWeb site, and when I try to publish it, I get the error message: Can’t create the file “Mod_footer_bg.jpg.” The disk may be damaged or full, or you may not have sufficient access privileges.
    What do I do now?

    Try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.htm

  • Disk may be damaged or full, or you may not have sufficient access privileg

    HI iWEB Guys,
    I'm at iWEB 2.0.3 (iWEB08). Been using it for a long whie.
    I have 24GB of .mac space with 16GB available - (derived from system/prefs/.mac)
    I am trying to publish a series of files for some work collaboration.
    Some of these objects are more than 2GB. Should not be a problem.
    So, after Ipublish a few of them I get the following error message from iWEB...
    *+Can’t create the file “MovieName_DVCPROHD108050.mov.” The disk may be damaged or full, or you may not have sufficient access privileges.+*
    I have searched the forums and googled many of the usual places. The fixes for the range from "shortening the .MAc password" (which does not work (+this is certain rubbish!+), especially when you shorten it to the lowest permissible limit length ) to suggestions of maniupulating the ~/library/application support/iweb directories. (useless and out of date for iWEB 2.0.3.
    *Other info:* I have also successfully uploaded these files to my iDISK in the hope that I could publish form there. Sadly I get the same error: +Can’t create the file “MovieName_DVCPROHD108050.mov.” The disk may be damaged or full, or you may not have sufficient access privileges.+
    I have tried the following to no avail:
    • with NO other UPLOAD or download network traffic.
    • recreating the iWEB site and the offending page
    • tried with other files
    I have run out of ideas.
    Do you guys have an ideas on this?
    ta
    w

    Hi QuicktimeKirk.. thanks for this piece of info. This 2Gb limit is severely painful for iDISK seeing I have so much iDISK storage.
    Thanks for this and may explain some of the error, but one of the failing files is only 1.8GB.. so I guess this is not the problem.
    2) as for playing your statement is not quite correct. And further my reason for wanting them to be uploaded is not for playing, just for sharing with colleagues in a remote work collabroation instead of FTP.
    Thanks for your thoughts anyway.
    w

  • Iweb - when I ask to publish my site ( using ftp) I am suddenly receiving this errorCan't create the file "logo.jpg." The disk may be damaged or full, or you may not have sufficient access privileges. Any ideas please

    Can’t create the file “logo.jpg.” The disk may be damaged or full, or you may not have sufficient access privileges.

    How much free space do you have on your hard drive?  What system and iWeb versions do you have?
    Try the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    3 - launch iWeb and try again.
    NOTE: In Lion and later the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    If you're running Mavericks or Yosemite  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:

  • My iWeb Account wont update it says Can't create the file "mwmac_white.png." The disk may be damaged or full, or you may not have sufficient access privileges... This has never happend  I deleted other sources on website and still wont work? Suggestions?

    My iWeb Account wont update it says Can’t create the file “mwmac_white.png.” The disk may be damaged or full, or you may not have sufficient access privileges... This has never happend  I deleted other sources on website and still wont work? Suggestions?

    Welcome to Apple Support Communities.
    This is the image contained in the file causing the problem...
    I certain the original is contained in the Combo updates and on the OS disks.
    As a temporary fix, click on the image above to open it.
    Use Screen capture (Shift+Command+4) and click on the opposite corners of the image.
    It will be saved as a Screen shot 2011-mm-dd at hh:mm.png
    Right click on the filename in Finder and rename it to mwmac_white.png
    I'm not certain, but the file might need to be moved into the Documents directory in the Subdirectory named for the website name you are editing. That's where it is on my system, but I moved a bunch of files when I restored from Time Machine about 18 months ago.
    I also have many copies of mwmac.png, a separate copy one for each web page where the image appears in my website.

  • Receiving this message"Can't create the file "highlighter_welcome_header.jpg." The disk may be damaged or full, or you may not have sufficient access privileges." I have enough storage how do I find the problem?

    Can’t create the file “highlighter_welcome_header.jpg.” The disk may be damaged or full, or you may not have sufficient access privileges.
    How do I find the problem? Disk is not full.

    Try the following:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    launch iWeb and try again.
    If that doesn't help continue with:
    move the domain file from your Home/Library/Application Support/iWeb folder to the Desktop.
    launch iWeb, create a new test site, save the new domain file and close iWeb.
    go to the your Home/Library/Application Support/iWeb folder and delete the new domain file.
    move your original domain file from the Desktop to the iWeb folder.
    launch iWeb and try again.
    OT

  • Can't create the file "images/Dawings_By_Student_files/rss.xml." The disk may be damaged or full, or you may not have sufficient access privileges.

    I added two drawings to the web site I was working on in iweb..then tried to publish the changes and it gives me this "Can’t create the file “images/Dawings_By_Student_files/rss.xml.” The disk may be damaged or full, or you may not have sufficient access privileges."  Help I have no idea what to do.

    Try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

Maybe you are looking for

  • How do I back up Contacts from iPhone to PC

    I am under the impression (perhaps mistaken) that the Contacts on my iPhone can be backed up onto my Windows 7 Home Premium PC so as to appear in the Contacts Folder. How do I do this? I have tried going through the procedure of launching iTunes (11.

  • Boot camp and windows 7 32 bit

    I have spent 2.300 euro for my new imac but unfortunately osx mountain lion doesn't support windows 7 32 bit in boot camp. Is not possible an upgrade of boot camp in order to resolve this problem? Thanks!

  • Adding Bluetooth to my Power Mac without USB.

    Hi, I'd like to add Bluetooth to my 1.8GHz Dual G5 Power Mac as cheaply as possible without using a USB port. Any recommendations for cheap PCI cards pleases. Thanks Max

  • System time in Business Connector

    Hi, Where does Business Connector retrieve its System Time from? Currently I have an issue where it is one hour ahead of current local time. The time on the server on which it resides on is correct. In BC Developer I have a service which forces BC to

  • Windows drivers for 5k retina display

    I bought the new iMac 5K retina and installed Windows 8.1 as a virtual machine. The operation is seamless but when running Windows as a VM the resolution is limited to half that of the OSX. Not even the 3820x18XX is available. Does anyone know if or