LoginSignup
4
2

More than 3 years have passed since last update.

【Linux】バージョン確認コマンドまとめ

Last updated at Posted at 2020-02-02

各種Middlewareのバージョン確認コマンドのまとめです。

Centosバージョン確認

cat /etc/centos-release

Apacheのバージョン確認(CentOS7系)

apachectl -v

Apacheのバージョン確認(CentOS6以前)

httpd -v

SSLのバージョン確認

openssl version

PHPのバージョン確認

php -v

Laravelのバージョン確認

php artisan -V

Cakephpのバージョン確認

bin/cake version

Gitのバージョン確認

git --version

postgressのバージョン確認

postconf | grep mail_version

mysqlのバージョン確認

mysql --version

npmのバージョン確認

npm -v

nodeのバージョン確認

node -v
4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2