2009年6月11日 星期四

查看Linux各种服务的版本

查看linux内核版本
$uname -r
>2.6.27-7-generic
查看redhat/centos版本
$cat /etc/redhat -release
>CentOS release 5.2 (Final)
查看php版本
$php -v
>PHP 5.2.6 (cli) (built : May 5 2008 10:32:59)
>Copyright (c) 1997-2008 The PHP Group
>Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
查看mysql版本
$mysql -v
>Server version: 5.0.45 Source distribution
查看apache版本
$rpm -qa httpd
>httpd-2.2.3-11.el5_2.centos.4
$apache2 -v
>Server version: Apache/2.2.8 (Ubuntu)
>Server build: Feb 2 2008 04:03:01

查看sendmail版本
$sendmail -d -i
Version 8.13.8
查看symfony的版本
$symfony -V
symfony version 1.2.4-DEV (/home/maker/www/symfony/lib)

原文網址

沒有留言:

張貼留言