[root@localhost ~]# uname [選項]
選項:
例如:
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.32-279.el6.i686 #1 SMP Fri Jun 22 10:59:55 UTC
20.2 i686 i686 i386 GNU/Linux
[root@localhost ~]# uname -r
2.6.32-279.el6.i686
如果我們想要判斷當(dāng)前系統(tǒng)的位數(shù),則可以通過 file 命令來判斷系統(tǒng)文件(主要是系統(tǒng)命令)的位數(shù),進而推斷系統(tǒng)的位數(shù)linux命令linux命令。命令如下:
[root@localhost ~]# file /bin/ls
/bin/ls:ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.18, stripped
#很明顯,當(dāng)前系統(tǒng)是32位的
如果我們想要查詢當(dāng)前 Linux 系統(tǒng)的發(fā)行版本,則可以使用“l(fā)sb_release -a”命令。命令如下:
[root@localhost ~]# lsb_release -a
LSB
Version::core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noar
ch:printing-4.0-ia32:printing-4.0-noarch
Distributor ID:CentOS
Description: CentOS release 6.3 (Final)
Release: 6.3
Codename: Final
#當(dāng)前使用的Linux的發(fā)行版本是CentOS 6.3