|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
macrumors newbie
|
files stuck on desktop
i saw this thread about a month ago recommending "get info" from bare bones, but my demo has expired. why are files stuck on the desktop in the first place? "The item 'a' is being used by another task right now." Does anyone know the source of the problem and know how to fix it? Any software that doesn't expire?? I'm a mac newbie and would appreciate any help you can give. thanks.
|
|
|
| spinningplates |
| View Public Profile |
| Find More Posts by spinningplates |
|
|
#2 |
|
macrumors 68020
|
this happened to me once
i had a bunch of files stuck on my desktop and couldn't get them off. what i did was i rebooted into OS 9 and went onto my OS X desktop and dragged them into the trash. |
|
|
| bennetsaysargh |
| View Public Profile |
| Find More Posts by bennetsaysargh |
|
|
#3 |
|
macrumors 601
|
If you need to delete it they use either the sudo command or get one of those 'delete' programs that do it for you.
Look for 'Delete It' for one of those progs. If you want to move it there is a command but you should just boot into 9.
__________________
There is a little Steve in all of us! -->Folding is Fighting Against Disease and help MacRumors. Join Today!<-- Props to --> Shadowfax For Making My Avatar! IM Me On AIM Already! |
|
|
|
|
#4 |
|
macrumors 6502a
Join Date: Aug 2002
Location: Notre Dame
|
i had this problem as well. the easiest thing to do, as bennetsaysargh said, is to go into OS 9, locate your OS X desktop folder (its in your user folder) and to just drag the files into the trash.
|
|
|
|
|
#5 |
|
macrumors 6502
|
or you could use the "top" command in the terminal to find the pid number (in the far left column) of "a" and use the "kill" command to quit it
hit q while running top to quit it and the syntax for the kill command is "kill" and then a space and the the pid number of the process that you want to end after doing this you should be able to do whatever you want with the file (assuming you have permissions) |
|
|
| macfreek57 |
| View Public Profile |
| Find More Posts by macfreek57 |
|
|
#6 |
|
macrumors 68000
|
if you're an admin user, open up Terminal.app and type in:
Code:
sudo rm -rf Gone. |
|
|
|
|
#7 |
|
Thread Starter
macrumors newbie
|
thank you so much! terminal.app did a wonderful job! what relief! the files are gone! freedom! thanks again!
|
|
|
| spinningplates |
| View Public Profile |
| Find More Posts by spinningplates |
|
|
#8 | |
|
macrumors 601
|
Quote:
pnw |
|
|
|
| rainman::|:| |
| View Public Profile |
| Find More Posts by rainman::|:| |
|
|
#9 |
|
macrumors 6502
|
be careful with rm -rf though :)
rm -rf can be dangerous if u dont use it cautiously
u can delete entire hardrive if u drag a wrong icon
|
|
|
|
|
#10 |
|
Thread Starter
macrumors newbie
|
hmm, thanks for the advice. i'll be sure to be careful.
|
|
|
| spinningplates |
| View Public Profile |
| Find More Posts by spinningplates |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|