学无止境……
分类: LINUX
2013-08-29 15:27:12
命令:uname -a, --all print all information, in the followiorder:
-s, --kernel-name print the kernel name -n, --nodename print the network node hostname -r, --kernel-release print the kernel release -v, --kernel-version print the kernel version -m, --machine print the machine hardware name -p, --processor print the processor type -i, --hardware-platform print the hardware platform -o, --operating-system print the operating system
解释: uname这个是用于显示系统的信息 uname -r查看内核等, uname -a也能得到所有的信息(linux发行商,版本号,主机名,liunx版本内核信息等)