查找辅助信息

查看系统及版本

>cat /etc/issue
>cat /etc/*-release
>cat /etc/lsb-release      # Debian based
>cat /etc/redhat-release   # Redhat based
>cat /proc/version
>uname -a
>uname -mrs
>rpm -q kernel
>dmesg | grep Linux
>ls /boot | grep vmlinuz-

查看环境变量

>cat /etc/profile
>cat /etc/bashrc
>cat ~/.bash_profile
>cat ~/.bashrc
>cat ~/.bash_logout
>env
>set

查看应用/服务

查看安排的工作

查看通讯/网络配置

嗅探/监听流量

查看日志文件

最后更新于

这有帮助吗?