1、找出ifconfig命令结果中本机的所有IPv4地址
1
2
|
centos6取IP:
[root@centos69 ~] # ifconfig |head -2|tail -1|cut -d: -f2|cut -dB -f1
|
1
2
|
centos7取IP:
[root@centos7 ~] # ifconfig |head -2|tail -1|tr -s ' ' ':'|cut -d: -f3
|
2、查出分区空间使用率的最大百分比值
3、查出用户UID最大值的用户名、UID及shell类型
4、查出/tmp的权限,以数字方式显示
5、统计当前连接本机的每个远程主机IP的连接数,并按从大 到小排序
本文转自wzcLINUXER 51CTO博客,原文链接:http://blog.51cto.com/yacheng0316/1954642,如需转载请自行联系原作者