Linux学习之shell命令学习(四)

1.netstat 查看端口的占用情况 -n 以数字的形式显示 -p显示占用的进程 -l以长格式的形式 -t显示使用的协议 2.查看进程详细信息 ps -aux top 是查看当前cpu的使用情况 3.curl访问远端服务器 curl -o myindex.html http://www.baidu.com  将访问的内容存到本地作为myindex.html curl -H "Content-Ty
相关文章
相关标签/搜索