your mozilla-1.6 is in /usr/bin/mozilla to get a list of all the sub dirs contents you can do
#ls /usr/bin/* | less push q to exit less when youre done. based on what youve told us Id say you should do the following to get mozilla working: #cd /usr/bin #ln -s ./mozilla/mozilla-1.6 ./mozilla then run mozilla as usual.. #mozilla & the '&' in the last command tells it to run in the background. Running it without the '&' might give you a clue if it won't work. On August 17, 2004 12:53 pm, Michael Walters wrote: > Hello All, > > How do I scroll through the directories in my /usr/bin directory? I did an > ls command and I got the list of directories truncated at the end. I know > from what I did before that mozilla-1.6 is in there somewhere. > > Thanks in Advance, > > 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

