visit url with command line

Sutiyono tiyo at jurnas.com
Tue Jun 23 06:22:47 UTC 2009


> 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.





More information about the redhat-list mailing list