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)

Similar Messages

  • "You do not have sufficient access priveleges to rename the item"

    Hi All,
    I have a strange problem that has appeared over the last few weeks. I can no longer rename applications, and also have noticed that I am being asked for my admin password to allow for certain tasks that I was not prompted for previously.
    For example, I had previously named the application "Cyberduck.app" to "FTP Cyberduck.app" with no problems. If I now attempt to rename the same application (or any other for that matter), I receive the message "You do not have sufficient access priveleges to rename the item".
    I have tried several things to resolve this issue:
    * "Disk Utility" > "Repair Disk Permissions" (from booted into the system, and also from the Mac Install CD). Either way, I see a list of permissions that have supposedly been repaired. However, I find that if I immediately run the repair again, the SAME folders and files are repaired (suggesting that they were not actually repaired first time round).
    * "Password Reset" from the Mac install disk.
    * "Repair account ACLs" from the Mac install disk.
    All to no avail. Does anyone have any ideas for me (short of reinstalling?). I'd really like to get to the bottom of this issue incase it ever happens again.
    Many thanks in advance,
    AJ

    JamesTurner84 wrote:
    I can no longer rename applications, and also have noticed that I am being asked for my admin password to allow for certain tasks that I was not prompted for previously.
    Have you done anything significant to your Mac since around the problems started, such as restoring a user with Time Machine? Do a Finder "Get Info" on your Mac's Application folder and look at the "Sharing & Permissions" sections. Mine shows "system: Read & Write, admin: Read & Write, and everyone Read only". What do you see? Do the same thing to the Cyberduck application. What do you see for it?
    * "Disk Utility" > "Repair Disk Permissions" (from booted into the system, and also from the Mac Install CD). Either way, I see a list of permissions that have supposedly been repaired. However, I find that if I immediately run the repair again, the SAME folders and files are repaired (suggesting that they were not actually repaired first time round).
    I think that permissions repair is highly overrated as a system fixing tool. In any case, see this Apple document on type of permissions repair messages that can be ignored:
    http://support.apple.com/kb/TS1448

  • 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.

  • 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.

  • 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

  • Can't create the file "shapeimage_10.png." The disk may be damaged or full, or you may not have sufficient access privileges.

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

    Try the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete the contents of the User/Home/Library/Caches/com.apple.iWeb folder
    3 - launch iWeb and try again.
    NOTE: In Lion and Mountain Lion 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:

  • Can't create the file "shapeimage_2.png." The disk may be damaged or full, or you may not have sufficient access privileges.

    Publishing error: Can’t create the file “shapeimage_2.png.” The disk may be damaged or full, or you may not have sufficient access privileges.
    found 2 images in spotlight, unlocked them, still won't publish. I didn't even use these images on the site I'm trying to publish. Help!

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

  • I receive the following error message when trying to publish site changes to iweb: "Can't create the file "shapeimage_2_link_0.png." The disk may be damaged or full, or you may not have sufficient access privileges." Can anyone assist?

    I receive the following error message when trying to publish site changes to iweb:
    "Can’t create the file “shapeimage_2_link_0.png.” The disk may be damaged or full, or you may not have sufficient access privileges."
    Can anyone assist?

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

Maybe you are looking for

  • Can't lock screen in KDE

    Hello guys, Please give me advice - how can i debug problem with screen locking in KDE? I don't find any similar problems in arch forums/mailing lists. This problem appeared after update. Standart Ctrl+Alt+L doesn't work, plasma applet (screen lock)

  • Blocked invoices -release

    dear folks, Can anyone tell me the process of how to release the blocked invoices? Its not triggerd in sap mail box, but the FI invoices had been generated, it is to be released . This is of most urgent. thanks in advance regards shailendra

  • No OS version, KERN_PROTECTION_FAILURE & EXC_BAD_ACCESS

    Hi all, Since I updated from 10.4.3 to 10.4.4 my mac started to crash on opening of all my apps (iMovie, iTunes, iPhoto, iDVD, the whole Adobe Creative Suite, MSN Messenger, Ableton Live, Quicktime player,...) except for Mail, Safari (only occasional

  • Aio_read() for tty device signals after 4 chars input.

    Hi, I tried to use aio_read() on a tty device with a signal notification. However, I noticed that signal is delivered after 4 charcters input, not delivered until then. Here's the sample code, which is also available from http://www.octopath.jp/~yab/

  • How can I use my gift card, issued to me in the US, if I am currently in the Philippines?

    Hi, I bought my mac pro (first time owner) last July in New Jersey, U.S.A., and with this, I was given gift cards with the said purchase.  I am currently in the Philippines and will be here until late next year, and would like to use the gift cards t