有时候需要查看一下系统安装的Ubuntu的版本,最简单的方式是输入lsb_release -a. whatis lsb_release输出:print distribution-specific information.所以lsb_release这个命令就是用来输出发行版的信息的. Open the Terminal enter:lsb_release -a It will look like this: No LSB modules are available. Distributor ID:…
ubuntu查看mysql版本的几种方法 mysql 1:在终端下:mysql -V(大写) //代码 $ mysql -V mysql Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (i686) using readline 6.3 2:在mysql中:mysql> status;(引号要加) //代码 进入mysql 1.没有用户的 $ mysql -u root 2.有用户的 $ mysql -u root -p 然后输入用户名和密码 进入之…
1.查看内核版本命令 [root@AY130616190837708391Z ~]# cd .. (管理员权限) [root@AY130616190837708391Z /]# cd proc [root@AY130616190837708391Z proc]#uname -a Linux AY130616190837708391Z 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU…
CentOS 查看操作系统版本信息1.使用cat /proc/version .uname 查看内核版本 [root@CentOS7 ~]# cat /proc/version Linux version 3.10.0-957.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 8 23:39:32 UTC 201…