查看所有运行中 的服务ip和端口
    netstat -ntlpl
    查看运行的端口号
    netstat -ntl

    查看服务开机启动列表
    systemctl list-unit-files

    查看网卡信息
    ip addr

    查看防火墙状态
    systemctl status firewalld.service

    df -T 查看挂载点及文件系统的类型
    df -h 和 df 显示的更直观