バージョンの確認方法

バージョンを確認するには、実行コマンド名に「-v」や「--version」を付ければだいたい表示される。たまに確認方法を忘れてしまうことがあるので、メモ。Debianで覚えておきたいのは「aptitude show」である

Linuxカーネル

# cat /proc/version
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1+deb7u1

ほかにuname -aなど

Debian

# cat /etc/debian_version
7.1

Nginx

# aptitude show nginx
パッケージ: nginx
状態: インストール済み
自動的にインストールされた: いいえ
バージョン: 1.2.1-2.2+wheezy1

# /usr/sbin/nginx -v nginx version: nginx/1.2.1

 MySQL

# aptitude show mysql-server
パッケージ: mysql-server
状態: インストール済み
自動的にインストールされた: いいえ
バージョン: 5.5.31+dfsg-0+wheezy1

# mysql -v
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5782
Server version: 5.5.31-0+wheezy1 (Debian)

PHP

# php -v
PHP 5.4.4-14+deb7u4 (cli) (built: Aug 23 2013 14:37:41)
Copyright (c) 1997-2012 The PHP Group

Perl

# perl -v

This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi
(with 80 registered patches, see perl -V for more detail)

Apache

# /usr/sbin/apache2 -v
Server version: Apache/2.2.22 (Debian)
Server built: Mar 4 2013 22:05:16