首页 > 系统服务 > 详细

Linux命令详解 -- uname

时间:2015-07-27 16:47:37      阅读:189      评论:0      收藏:0      [点我收藏+]

uname - print system information

Print certain system information.  With no OPTION, same as -s.

作用: 显示系统信息

语法: uname -options

参数:  -a,all/print all information, 

:Linux wm8plt05 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

        -s,kernel name/print the kernel name 

:Linux 

        -n,nodename/print the network node hostname

:wm8plt05

        -r,kernel release/print the kernel release 

:2.6.18-164.el5

        -v,kernel version/print the kernel version

:#1 SMP Tue Aug 18 15:51:48 EDT 2009

        -m,machine/print the machine hardware name

:x86_64

        -o,operating system/print the operating system

:GNU/Linux

本文出自 “小兔崽儿” 博客,请务必保留此出处http://10551983.blog.51cto.com/10541983/1678613

Linux命令详解 -- uname

原文:http://10551983.blog.51cto.com/10541983/1678613

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!