摘要:
首先,使用netstat –tunlp查看是否23端口被防火墙封掉了:再使用iptables修改设置,# iptables -I INPUT -p tcp --dport 23 –jACCEPT # iptables -I INPUT -p udp --dport 23 –jACCEPT # ... 阅读全文
posted @ 2015-08-24 17:44
绿色的麦田
阅读(601)
评论(0)
推荐(0)
摘要:
查看系统版本:lsb_release -a [root@localhost /]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distribu... 阅读全文
posted @ 2015-08-24 15:08
绿色的麦田
阅读(429)
评论(0)
推荐(0)
摘要:
df –hl在windows下可以很方便的查看磁盘空间的。但是到了Linux查看磁盘空间,你可能就有点摸不着头脑了,呵呵。不要急,我这就要给你解决这个问题。Df命令是Linux查看磁盘空间系统以磁盘分区为单位查看文件系统,可以加上参数查看磁盘剩余空间信息,命令格式:df -hlLinux查看磁盘空间... 阅读全文
posted @ 2015-08-24 14:41
绿色的麦田
阅读(260)
评论(0)
推荐(0)

浙公网安备 33010602011771号