CentOS等のRedHat系Linuxの各種ソフトのバージョン確認を書いておきます。(随時更新)
OSバージョン
[root@v0000 ~]# cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core)
nginxバージョン
[root@v0000 ~]# nginx -V nginx version: nginx/1.8.0 built by gcc 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) built with OpenSSL 1.0.1e-fips 11 Feb 2013
MariaDB(MySQL)バージョン
[root@v0000 ~]# mysql --version mysql Ver 15.1 Distrib 10.0.21-MariaDB, for Linux (x86_64) using readline 5.1
PHPバージョン
[root@v0000 ~]# php -v PHP 5.6.13 (cli) (built: Sep 3 2015 14:08:58)
Postfixバージョン
[root@v0000 ~]# rpm -qa | grep postfix postfix-2.10.1-6.el7.x86_64
Dovecotバージョン
[root@v0000 ~]# rpm -qa | grep dovecot dovecot-2.2.10-4.el7_0.1.x86_64
コメント