On 6 Mar 2007 04:00:58 -0800,
(E-Mail Removed) wrote:
> suppose i want to run yahoo messenger and mozzila browswer on
> linux how to run that application . yahoo messenger has been
> installed /opt directorry
You either add the path to the environment variable PATH or use the
whole path to the application, or put a link to it from a directory
found in $PATH.
If you do a echo $PATH and see /usr/local/bin somewhere
in the $PATH you can put a link in that directory. That is what I have
done for firefox and thunderbird.
$ ls -al /usr/local/bin
total 8
drwxr-xr-x 2 root root 4096 Mar 2 08:00 .
drwxr-xr-x 14 root root 4096 Dec 25 08:42 ..
lrwxrwxrwx 1 root root 34 Mar 2 08:00 firefox -> /local/opt/firefox-2.0.0.2/firefox
lrwxrwxrwx 1 root root 42 Mar 2 08:00 thunderbird -> /local/opt/thunderbird-1.5.0.9/thunderbird
to check after a link, you can do the command
type firefox
to see what would be found if you run the command firefox. See,
$ type firefox
firefox is /usr/local/bin/firefox