溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Ubuntu16.10下如何查看linux版本與內(nèi)核版本還有系統(tǒng)位數(shù)和gcc版本

發(fā)布時間:2021-10-22 09:41:11 來源:億速云 閱讀:235 作者:柒染 欄目:互聯(lián)網(wǎng)科技

這篇文章將為大家詳細講解有關(guān)Ubuntu16.10下如何查看linux版本與內(nèi)核版本還有系統(tǒng)位數(shù)和gcc版本,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關(guān)知識有一定的了解。

Ubuntu下查看linux版本,內(nèi)核版本,系統(tǒng)位數(shù),gcc版本

1. 查看linux版本

leblancs@leblancs-virtual-machine:~$ cat /etc/issue
Ubuntu 16.10 \n \l

leblancs@leblancs-virtual-machine:~$


2. 查看內(nèi)核版本
1)

leblancs@leblancs-virtual-machine:~$ cat /proc/version
Linux version 4.8.0-28-generic (buildd@lgw01-16) (gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12) ) #30-Ubuntu SMP Fri Nov 11 14:03:52 UTC 2016
leblancs@leblancs-virtual-machine:~$

2)  uname命令

leblancs@leblancs-virtual-machine:~$ uname -a
Linux leblancs-virtual-machine 4.8.0-28-generic #30-Ubuntu SMP Fri Nov 11 14:03:52 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
leblancs@leblancs-virtual-machine:~$

3)

leblancs@leblancs-virtual-machine:~$ uname --help
Usage: uname [OPTION]...
Print certain system information.  With no OPTION, same as -s.

  -a, --all                print all information, in the following order,
                             except omit -p and -i if unknown:
  -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 (non-portable)
  -i, --hardware-platform  print the hardware platform (non-portable)
  -o, --operating-system   print the operating system
      --help     display this help and exit
      --version  output version information and exit

GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Full documentation at: <http://www.gnu.org/software/coreutils/uname>
or available locally via: info '(coreutils) uname invocation'
leblancs@leblancs-virtual-machine:~$


 
3.查看系統(tǒng)位數(shù)
1) 

leblancs@leblancs-virtual-machine:~$ getconf WORD_BIT
32
leblancs@leblancs-virtual-machine:~$ getconf LONG_BIT
64
leblancs@leblancs-virtual-machine:~$

2)

leblancs@leblancs-virtual-machine:~$ file /bin/bash
/bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=6587b60b0a57e1a0f83f7523a658e0bf329fdb5f, stripped
leblancs@leblancs-virtual-machine:~$


4. 查看gcc版本

leblancs@leblancs-virtual-machine:~$ gcc --version
gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

leblancs@leblancs-virtual-machine:~$

關(guān)于Ubuntu16.10下如何查看linux版本與內(nèi)核版本還有系統(tǒng)位數(shù)和gcc版本就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI