You might want to check if /usr/bin/mozilla already exists. If there is a previous link in there then you might want to delete or rename it and try again.
> ls -l /usr/bin/mozilla >mv /usr/bin/mozilla /usr/bin/mozilla.old > ln -s /usr/bin/mozilla-1.6 /usr/bin/mozilla On Tue, 17 Aug 2004 16:18:08 -0600, Michael Walters <[EMAIL PROTECTED]> wrote: > Hello Shawn, > > It appeared that there were to many /'s in my command line, namely // where > there should be /. > > So I tried again making sure that I got the right number of slashes 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]:~$ > > But at least typing mozilla-1.6 gets me into mozilla in the terminal. > > Regards, > > Michael > > _______________________________________________ > clug-talk mailing list > [EMAIL PROTECTED] > http://clug.ca/mailman/listinfo/clug-talk_clug.ca > _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

