Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to Delete Desktop item 'used by OSX'?

What happened: with iPhoto window open, I copied a photo; moved cursor to desktop,rt clicked on 'paste item'.
Instead of an image, I got an empty file which cannot be opened or moved to trash. Attempting to open,get: "This item is used by OSX and cannot be opened". Attempting to trash, get:"Some items are in use by another app....are you sure you want to move these items?" Click on 'Continue' button, nothing happens.
Please advise how to remove from desktop

MacBook, Mac OS X (10.5.2), time capsule attached

Posted on May 13, 2008 1:51 PM

Reply
5 replies

May 13, 2008 8:45 PM in response to HawaiianMacBook

to see what's using the item enter the following command in terminal

*sudo lsof path/to/file*

the easiest way to get path/to/file is to drag the file to the terminal window.
Just make sure there is a space between the path and lsof.
After you enter the command you'll be prompted for your admin password (which you won't see). that's normal.

If the command returns no output, it's safe to delete the file. To this end
run

*sudo rm -f path/to/file*

How to Delete Desktop item 'used by OSX'?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.