linux命令之wget,elinks及系统相关命令free,who,last,uname,uptime,ifconfig

wget

1.说明:The non-interactive network downloader一款免费实用的非交互式网络下载工具

2.使用:wget [option] url

  常用选项:

  -r  recursive downloading递归下载整站资料

elinks

1.说明:lynx-like alternative character mode WWW browser用于实现一个纯文本界面的浏览器

2.使用:elinks url

free

1.说明:Display amount of free and used memory in the system显示系统的空闲内存和已用内存默认单位为k

2.使用:free [选项]

  常用选项

    -m以M为单位

    -g以g为单位

  

who

1.说明:show who is logged on显示已登录的用户

last

1.说明:show listing of last logged in users显示最近登录过的用户

uname

1.说明:print system information打印系统内核信息

uptime

1.说明:Tell how long the system has been running系统已经运行了多久是衡量系统稳定的指标

 

 ifconfig

1.说明:configure a network interface配置网络接口一般用于查看网卡信息,配置直接编辑/etc/sysconfig/network-scripts/ifcfg-网卡名

 

posted @ 2019-05-14 16:58  一叶知秋之  阅读(215)  评论(0编辑  收藏  举报