I was able to run it by issuing the following command:
kennett# /usr/local/bin/lynx
I initially thought that /usr/local/bin was not in my path. But it was
as evidenced by the following:
kennett# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:/root/bin
I was running as root, so I issused the following command:
source ~root/.login
After that, I was able to run lynx by just typing lynx |