Can't trash .sit from desktop

maestro d

Registered
I have a corrupted .sit from a dreamweaver update on my desktop. When I go to trash it the finder icon flashes from the dock and gives a message that the item is being use by another task ie moving, copying or trashing.

Any thoughts would be appreciated!
 
Start terminal.
type: cd Desktop [enter]
type: rm -rf <filename> [enter]
This will remove the file.
 
I think Narogh left something out. The simplest way is, in Terminal, to type 'rm rf ' (note there is at least one space at the end of that, and don't press return just yet). Drag the file/folder from the desktop into the Terminal window, when the full pathname will be inserted. Then press return.

If it complains about permissions, you may need to do the command again but preceded by 'sudo '. The you must supply your admin password (which is not echoed - just type it and press return).

hth
 
Back
Top