Mac OS X help!

Robert

,
20 Year Member
Joined
Dec 18, 2000
Posts
5,748
I have tried to download two videos on my desktop with internet explorer and for whatever reason the sofware stopped in the middle of the DL. Now I have two files on my desktop ( one with the quicktime icon and one with the internet explorer icon) that I can't put in the bin. Each time I try it says that the files are used by something (move or copy) and that I have to wait for to throw them.

Do you know how to do?

Thanks
 

Wing Nut

Mr. Big's Thug
Joined
Feb 8, 2001
Posts
202
I'm assuming you restarted your computer and tried to throw the files away...

I would either rebuild your desktop (press apple & option during restart) and try to throw them away or restart with your extensions off and try (hold down shift on restart).
 

RabbitTroop

Mayor of Southtown, ,
20 Year Member
Joined
Dec 26, 2000
Posts
13,852
If you have root enabled you can delete it much easier from the command line. Just SUDO a rm -rf on the file.

-Nick
 

Robert

,
20 Year Member
Joined
Dec 18, 2000
Posts
5,748
Can you explain me how to do it nruva cause I don't know anything aout computer?

Thanks
 

NeoSneth

Ned's Ninja Academy Dropout
20 Year Member
Joined
Oct 22, 2000
Posts
11,713
"To get root in GUI"
To enable root access:


In the Finder, click on the File menu and select New Finder Window.
Click the Applications icon.
Open the Utilities folder.
Open Net Info Manager.
Click the lock icon and enter a user name and password for a user with administrative rights.
Select Domain. Then select Security. Then select Enable Root User.
Click OK when you get a message stating that the password is blank.
Set a root password. Click Set.
Verify the password.
Click the lock.
 

NeoSneth

Ned's Ninja Academy Dropout
20 Year Member
Joined
Oct 22, 2000
Posts
11,713
Make sure you close out quicktime and IE in the dock.

if they are still running, they may have access to the files still..

Still odd, since the Mac OS's let you move/delete/rename files while they are in use normally. Unlike a certain other P ...OS.
 

NeoSneth

Ned's Ninja Academy Dropout
20 Year Member
Joined
Oct 22, 2000
Posts
11,713
Make sure you close out quicktime and IE in the dock.

if they are still running, they may have access to the files still..

Still odd, since the Mac OS's let you move/delete/rename files while they are in use normally. Unlike a certain other P ...OS.
 

Rassilon

Angel's Love Slave
Joined
Sep 4, 2003
Posts
923
DONT ENABLE ROOT unless you really know what you are doing.
besides, you dont need it to run sudo.
running sudo from an admin account (the one you create first is admin) will just ask for the admin password.

and if you run sudo rm -rf make sure you are in the right directory!

also, just try quitting IE/quicktime and try deleting.

And, get rid of IE. safari or camino are much better browsers.
 

Robert

,
20 Year Member
Joined
Dec 18, 2000
Posts
5,748
Thanks for all the answers.
How does I run Sudo?
Could you explain?
 

Rassilon

Angel's Love Slave
Joined
Sep 4, 2003
Posts
923
I would first try quitting all applications, or restarting your machine and deleting the files normally before messing with the terminal if you arent familiar with unix commands.

If that doesnt work, or you want to give command line a try anyways, launch the terminal application, in /applications/utilities/

then to delete a stubborn file, type:
"sudo rm -f "
(without the quotes, and note the space after f)
and then drag the offending file into the terminal window. That will automatically add the correct file path. Then hit return,
and it should ask for your password, enter it and hit return. file is gone.
repeat for any other stubborn files.

if you need to delete a whole folder, do the same thing but type "sudo rm -rf " and drag the folder into the terminal window.
the f is for force delete, and r is for recursive, and will delete a folder and everything in it.

sudo is a command to execute commands as if you were the root, or superuser. Its safer than enabling root access, but you can really mess things up if you arent careful with it.
rm is the remove command.

Using the command line is completely unnecessary in OS X. It can be very useful if you want to take the time to learn it though.

Hope that makes things clearer instead of otherwise.. heh.

If you have any other questions, post or PM me.
 

NeoSneth

Ned's Ninja Academy Dropout
20 Year Member
Joined
Oct 22, 2000
Posts
11,713
Highlander67 said:
An even easier solution would be to purchase a PC runnings Windows. :)

see my above note...
you cant even rename/delete/move files in windows while in use.
I can rename an mp3 , then move it to a new folder, all the while itunes is playing the file.
this guy is new to OS X and has these files tied up in some erraneous way.
 

Rassilon

Angel's Love Slave
Joined
Sep 4, 2003
Posts
923
NeoSneth said:
see my above note...
you cant even rename/delete/move files in windows while in use.
I can rename an mp3 , then move it to a new folder, all the while itunes is playing the file.
this guy is new to OS X and has these files tied up in some erraneous way.

And i might add, the problem was likely caused by a microsoft program. (IE)
 

Robert

,
20 Year Member
Joined
Dec 18, 2000
Posts
5,748
I try the terminal and it says "permission denied".
I don't know why.
But a big :) for all of you.
 

Rassilon

Angel's Love Slave
Joined
Sep 4, 2003
Posts
923
Are you able to delete the files normally after a restart?

If its still no, are you logged in using the first account you made?
 

Allien133

Astra Superstar
Joined
Mar 22, 2003
Posts
659
Thanks so much Rassilon, i had this problem as well, for months, and it worked !
Thanks soooo much.
Robert, best of luck to you.
 

NeoSneth

Ned's Ninja Academy Dropout
20 Year Member
Joined
Oct 22, 2000
Posts
11,713
oh damn ,i didn't even think of multiple accounts...
 
Top