常用linux命令
安装网络工具包
# Redhat或CentOS
yum -y install net-tools
查询端口被谁点用
netstat -ano |grep "54321"
查询Linux内核版本
cat /proc/version
uname -a
查看Linux系统版本
# 查看Linux操作系统版本
cat /etc/os-release
# 查看redhat操作系统版本
cat /etc/redhat-release
查看Linux内核及操作系统版本
hostnamectl