Linux Safe
Posted soghipg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux Safe相关的知识,希望对你有一定的参考价值。
Linux防火墙:iptables禁IP与解封IP常用命令
https://blog.csdn.net/qjc_501165091/article/details/51225984
iptables -I INPUT -s ***.***.***.*** -j DROP iptables -L
Linux查看端口使用状态、关闭端口方法
https://www.cnblogs.com/alantu2018/p/8462574.html
netstat -anp
查看linux中的TCP连接数
一、查看哪些IP连接本机
netstat -an
二、查看TCP连接数
1)统计80端口连接数
netstat -nat|grep -i "80"|wc -l
以上是关于Linux Safe的主要内容,如果未能解决你的问题,请参考以下文章
linux打开终端如何启动scala,如何在终端下运行Scala代码片段?
在Linux上跳过密码登录MySQL报错“-bash: mysqld_safe: command not found“
Android 逆向Linux 文件权限 ( Linux 权限简介 | 系统权限 | 用户权限 | 匿名用户权限 | 读 | 写 | 执行 | 更改组 | 更改用户 | 粘滞 )(代码片段