1.查看linux版本信息
cat /etc/issue
2.查看32位还是64位
getconf LONG_BIT
3.内存信息
free -m
4.硬盘信息
df -hl
5.cpu信息
more /proc/cpuinfo
6.当前在线用户
w
7.系统启动后进行时长
uptime
8.系统启动用户登录记录
last
9.踢人
pkill -kill -t tty列名
10.ssh登录欢迎提示
vim /etc/motd