[root@jb51.net ~]# uname
Linux
注:单独使用uname命令时相当于uname -s
[root@jb51.net ~]# uname -a
Linux jb51.net 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686 GNU/Linux
[root@jb51.net ~]# uname -m
i686
[root@jb51.net ~]# uname -n
jb51.net
[root@jb51.net ~]# uname -r
2.6.18-4-686
[root@jb51.net ~]# uname -s
Linux
[root@jb51.net ~]# uname -v
#1 SMP Mon Mar 26 17:17:36 UTC 2007
[root@jb51.net ~]# uname -p
i686
[root@jb51.net ~]# uname -i
i386
[root@jb51.net ~]# uname -o
GNU/Linux
[root@jb51.net ~]# uname --version //两个-
uname (GNU coreutils) 5.97
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.