查看ubuntu的系统信息

通过命令行查看ubuntu系统的信息

1、查看ubuntu的版本:

     cat   /etc/issue 
     lsb_release -a


2、查看ubuntu为多少位系统

     getconfig LONG_BIT
     uname -a :若有i686表示32


3、内核版本:

     cat   /proc/version


4、cpu信息:

     cat   /proc/cpuinfo


5、查看安装的界面为gnome还是kde等

     update-alternatives  --display  x-session-manager


     如果安装的为gnome,看gnome版本

     gnome-about  --gnome-version
     gnome-session  --version         :Gnome 3以上的版本需要用这个命令

    

你可能感兴趣的:(查看ubuntu的系统信息)