查找辅助信息
>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最后更新于