Only reason you would be getting this error is because there is a
directory names /usr/bin/mozilla and its trying to create the symbolic
link inside the mozilla subdirectory.

A directory and a file can't exist with the same name. LN -s is getting
confused because it thinks you want to create a symbolic link in the
mozilla directory that exists. 

I could recommend renaming the directories and changing the links, but
maybe the easiest thing would be to is to create the symbolic link for
mozilla in another diretcory on the path.

Most distros have /usr/local/bin in the path. Hoping this is the case
try doing something like this:

ln -s /usr/bin/mozilla-1.6 /usr/local/bin/mozilla

The idea is that there is probably not a directory called mozilla in
/usr/local/bin. If this command works mozilla will be added to that
directory as a link, and if the distro has /usr/local/bin in the path it
should be found.

The I recommend if that seems to work to cerate new desktop icons (I
gave the method for konqueror in the other email).

 

On Tue, 2004-08-17 at 15:59, Michael Walters wrote:
> Hello Shawn,
> 
> I tried your command and got the following:
> 
> [EMAIL PROTECTED]:~$ ln -s /usr/bin/mozilla-1.6 /usr//bin//mozilla
> ln: `/usr//bin//mozilla/mozilla-1.6': File exists
> [EMAIL PROTECTED]:~$ 
> 
> 
> I even tried it the other way around and got the following:
> 
> [EMAIL PROTECTED]:~$ ln -s /usr/bin/mozilla /usr/bin/mozilla-1.6
> ln: `/usr/bin/mozilla-1.6': File exists
> [EMAIL PROTECTED]:~$ 
> 
> Any other suggestions?
> 
> At least my mozilla browser still works by typing in the terminal 
> "mozilla-1.6".
> 
> Regards,
> 
> Michael
> 
> _______________________________________________
> clug-talk mailing list
> [EMAIL PROTECTED]
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
-- 
Mike Petch
CApp::Sysware Consulting Ltd.
Suite 1002,1140-15th Ave SW.
Calgary, Alberta, Canada.
T2R 1K6.
(403)804-5700.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to