Finder wants to authenticate every time I delete a file.

I can't seem to be able to delete anything without having to authenticate first.  I'm logged in as the administrator.
I can move a file but can't delete one.
Even when I create a new file and then immediately try to delete it the finder asks me to authenticate.

Figured out what the issue was.  Apparently the ownership of my .Trash folder had changed somehow.  Don't know how but it did.  Did a chown and changed it back to my ownership and fixed it and now I can delete files again.

Similar Messages

  • "Backups" increasing every time I delete a file.

    Hey Guys
    I have seen similar topics covered in other areas, but nothing as specific as my problem from what I can see. I am moving all my movies and tv shows to my external off my 2010 MBA. With every file that I drag and drop to my external, trash, and empty, I check my "about this mac". I have noticed that the amount of space dedicated to movies is going down (good, thats what I want), but my "backups" is increasing a huge amount and with every file I delete it shows that I am actually losing hardrive space. I didnt take screenshots through the process but I'll try explain the best I can.
    Example
    100gb of 240gb free. 25gb of movies 50gb of backups.
    Lets say I delete a 5gb movie. Instead of getting: 105gb of 240gb free, 20gb of movies, 50gb of backups
    I get something like: 90gb of 240gb free, 20gb of movies, 60gb of backups
    Hopefully the explanation makes sense. if not, I have a 10gb file downloading and once its done I'll be moving it and will take before and after screenshots.
    Thanks guys
    Andrew

    A picture is worth a thousand words. So here are before and after pics from an 11gb file I just deleted.
    Before:
    After

  • Hi, how can I limit the number of emails I can see on my iPhone 5. Every time in delete one and older email gets added from my live.co.uk account (where I want to keep my 2500 emails) I just don't want many on my phone. Thanks

    Hi, how can I limit the number of emails I can see on my iPhone 5. Every time in delete one and older email gets added from my live.co.uk account (where I want to keep my 2500 emails) I just don't want many on my phone. Thanks

    You can't. Why on earth would you attempt to manage 2500 emails with setting up a folder structure or some means of doing so? Simply keeping them in an single inbox is not realistic, no matter what email client you use.

  • In fcp7 there is a "close gap" option so you don't have to highlight and move everything every time you delete a small section in the middle of a video. Is it possible to do this in fcpx? I can't seem to find it...Thanks!

    In fcp7 there is a "close gap" option so you don't have to highlight and move everything every time you delete a small section in the middle of a video. Is it possible to do this in fcpx? I can't seem to find it...Thanks!

    This isn't the actual clip, I fixed it by highlighting and moving everything over but it'd still be a good thing to know for the future. This is essentially the situation i'm talking about. I would never use it for something this simple, but when more complicated editing is being done it isn't so easy to just move all the clips over.

  • Running iCloud every time I delete old bookmarks in my menubar they come right back.

    Running iCloud every time I delete old bookmarks in my menubar they come right back. Have tried to delete the bookmarks on all my macs. iCloud keeps putting the bookmarks back on my bookmark bar.

    This took me a alot of playing around to get things working correctly. I was having the exact same duplication issues everyone else was having. Here's how I managed to get things working correctly.
    1. Turn off bookmark syncing on every single OS X and iOS 5 device you own.
    2. Select a "master" computer where you can clean up your bookmarks. Export your current bookmarks to play it safe.
    3. Now clean up your bookmarks so they are setup exactly how you want them. While you're doing this make sure you deleted every single "folder" listed in the bookmarks pane on the left side of the browser window. The actual book marks that are displayed are the ones listed under the "collections" line. The blue extras being sync from iCloud.
    4. Exported the "clean" bookmarks.
    5. Turn on iCloud bookmarks syncing and agree to the merge.
    6. Go to every other OS X and iOS device and delete bookmark on all these devices.
    7. By now the only thing on iCloud will be the cleaned up bookmarks from the "master" computer. Turn on iCloud bookmarks syncing on one of your devices and wait for the bookmarks to sync.
    8. Once you know that the second device has synced correctly (it will if you deleted all the extra stuff as directed) then try your next device and continue with all your remaining devices.
    This will work as you expect it to as long as you clean EVERYTHING out of the folder collections from the "master" computer. From this point forward things will sync nicely.
    Hope this helps!

  • I am being asked for my password every time I delete an item, but nothing is going into my trash can. Can this be resolved please?

    Every time I delete something I am asked for my password, which is very annoying.  The deleted items are no longer going into my trash can, but are completely wiped from my computer!!  Is it possible for a non-computer literate everyday user to re instate the trash can to its original function?

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line on this page to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Admin pw every time I delete an APP

    Is it normal that I have to enter my admin pw every time I delete an app out of the programs folder?

    So if i am correct, all apps installed by the Mac App Store a seen as system applications?
    You can check this without deleting an application. Select it, choose Get Info from the File menu, and see what account is listed at the top in the Sharing & Permissions section. Additionally, an application considered a system one will have a the Locked checkbox grayed out by default.
    And therefor there is no pw asked when installing apps, but when deleting apps the pw is been asked in behaviour to a system change?
    It's always been this way. However, if an application used an installer which didn't ask you for your administrator password when logged in as an administrator, it's probably considered to be one of yours.
    (56000)

  • HT201774 How do I delete excess email messages from my iPhone.  There are 300 messages listed, and every time I delete some, more are added from old messages.  How do I limit the number of messages that can appear on my phone?  How can I delete messages i

    How do I delete excess email messages from my iPhone.  There are 300 messages listed, and every time I delete some, more are added from old messages.  How do I limit the number of messages that can appear on my phone?  How can I delete messages in bulk,

    You can't.
    All photos transferred from your computer are stored in the Photo Library. The photos in the album or albums below are not duplicates - they include a pointer to the original photos stored in the Photo Library. This way you can view the photos in a particular album only by selecting the album, or you can view all photos available in all albums by selecting Photo Library.
    Just as with an iTunes playlist. A song cannot be in an iTunes playlist unless the song is in the main iTunes library. Placing a song in a playlist does not duplicate the song. Remove the main iTunes library or the songs from the main iTunes library that are in a playlist and the songs will no longer be in the playlist either. This way you can listen to the songs in the playlist only by selecting the playlist, or all songs in your entire iTunes library by selecting Music under Library in the iTunes source list.
    The same with iPhoto on a Mac. A photo cannot be in an in iPhoto Event or Album unless the photo is in the main iPhoto library. Placing a photo in an Event or Album does not duplicate the photo. This way you can view the photos in an iPhoto Event or Album only by selecting the Event or Album, or all photos in all Events or Albums.

  • Every time I save a file "save as" my folders, etc. come up scrambled. I want them to be alphabetical every time. How can this be set? or done?

    Every time I save a file "save as" my folders, lists etc. come up scrambled. I want them to be alphabetical every time. How can this be set? or fixed? I do NOT want to use Recent or click "set up details" everytime and then alphabetize the list, because this takes too long and too many clicks.
    Yes, I want to be asked where to save a file every time.
    I am using XP

    Sure EVERY TiME you save you can click on details then name and then 3rd click to bring it up alphabetical ( which may be backwards Z-A) then save. And then the next time you save you can do again. I want it to always, forever come up alphabetical like everything does on my computer when i save things.

  • TS3999 Why can't I delete a recurring event on my calendar?  Every time I delete it, it show up again within a few minutes.

    Why can't I delete a recurring event on my calendar?  Every time I delete it, it show up again within a few minutes.

    Thank you for your prompt response.
    I did take a look at the Jira issue you referenced. It suggests that the MediaPlayer be set to null in the MediaView after the last media file has been played and nullify the MediaPlayer reference. However, all this relies on GC to cleanup the resources. (In fact, the sample code in Jira shows a call to System.gc(), which, I understand, is not guaranteed to run immediately.)
    All the same, I tried the suggestion, but it didn't help my situation. So I am stuck with my alternative.
    It is rather disheartening that there is not a clear cut API for cleaning up media resources when you are done, instead of being dependent on GC.
    Thanks again.

  • Every time I send a file to the TRASH, finder ask me to type my system password to complete the removal and wasn't like this before. How do I make to work like it was before? Thanks.

    Every time I send a file to the TRASH, finder ask me to type my system password to complete the removal and wasn't like this before. How do I make to work like it was before? Thanks.

    http://www.thexlab.com/faqs/trash.html

  • When carrying out some house keeping on my bookmarks, every time I delete or move or add a folder I get the beach ball showing and a very delayed response where everything freezes. Any ideas

    When carrying out some house keeping on my bookmarks, every time I delete or move one or add a folder I get the beach ball showing and a very delayed response where everything freezes. Any ideas?

    If you're synchronizing Safari with iCloud, disable that temporarily and see whether there's an improvement.

  • Firefox has apparently downloaded an update which asks me if i want to install every time I open it, but every time i click yes it fails saying I have another firefox open but I don't!! no attempts to install the update have worked. What can be done?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/794546]</blockquote><br>
    Firefox has apparently downloaded an update which asks me if i want to install every time I open it, but every time i click yes it fails saying I have another firefox open but I don't!! no attempts to install the update have worked, i've tried a few. What can be done or how can I ensure all firefox's are shut??

    You can try "Reset Download Actions": http://kb.mozillazine.org/File_types_and_download_actions
    You can also try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.

  • HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS

    HI ALL SINCE TWO DAYS I AM DOWNLOADING VIBER BUT I AM NOT HAVING MY ACCESS CODE AND EVERY TIME I DELETE THE APPLICATION AND DOWNLOADING IT AGAIN BUT ALWAYS THE SAME RESULT PLEASE I NEED YOUR HELP FOR THE ACCESS CODE.MY PHONE NUMBER IS 0022996969896.THANKS IN ADVANCE

    try this website this should help you http://helpme.viber.com/index.php?/Knowledgebase/List/Index/1/iphone

  • How do I stop my iphone 5c from restoring my camera roll every time I delete and unwanted photo?

    How do I stop my iphone 5c from restoring my camera roll every time I delete and unwanted photo?

    If you're syncing, you have to unselect the photos you no longer wish to sync, and they won't show up on your phone anymore.

Maybe you are looking for

  • Problems with timeout - Jersey Client

    Hi, my names is Alexandre, I'm building a client to a restful webservice using jersey as client engine. The problem is that one of the services exposed has more then 20 seconds to bring the response. And jersey doesn´t set any timeout grater then 20

  • Weird character being generated by contact form (link to image attached)

    Has anyone ever seen this? It looks like an ASCII image of a Rolodex contact insert. The person receiving the contact form results has just sent this to me. It can be seen at: http://www.emurtagh.com/rolodex_image.htm Any help would be great. Thanks.

  • Flash Remoting as1.0 with flash cs3

    I need to get remoting components for as1.0 to work in cs3 is there a way around this? I have an old app I need to re-use and do not have the time to remake it into as3.0

  • Screen Appears to be melting

    Hello all. My friend just sent me an email that puzzles me: "I was just working on something in Word and my screen started going black and it would not let me do anything. It was like the screen was melting. It started getting black at the top and wo

  • Safari problem,,,,may be hacked,,,,would not open and 1-800-680-4131 showed up.....???

    safari may be hacked,,,,would not open and the number 1-800-680-4131,,would fix my problem for $250.00.......does apple know about this and are they doing anything about it?