> I use Redhat linux9 , in linux9,I installed tomcat and start it at port > 8080. I want to visit tomcat with url http://localhost:8080 ,but I don't > install explore under linux9. How to visit url http://localhost:8080 > without explore,what command I can use? An example is better. > u can use lynx program from console, but u must install it. check the program, is it installed on system or not yet? # rpm -qa |grep lynx if not installed, u can install it # yum install lynx ok, now u're system can browse a websites, example: # lynx localhost # lynx google.com for further command, can check the manual page # man lynx that's all, hope it can help. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list