curl is a tool to transfer data from or to a server, using one of the supported protocols ( http ,https ,ftp ,telnet ,...... ) [root@localhost ~]$ curl http://www.baidu.com/ # 获取指定页面,默认将输出打印到标准输出(STDOUT)中 [root@localhost ~]$ curl http://www.baidu.com