檢視apache、linux、kernel、nginx等版本
原文:檢視apache、linux、kernel、nginx等版本
檢視apache版本
檢視apache版本
/usr/sbin/apachectl -v
httpd -v
安裝目錄,使用apachectl -v
檢視mysql版本
mysql –help | grep Distrib
mysql -V
mysql/bin/mysql -u root -p -e “select version()”
mysql -V
mysql/bin/mysql -u root -p -e “select version()”
/bin mysqladmin version |
檢視linux版本
lsb_release
-a
-a
head -n1 /etc/issue
cat
/etc/redhat-release (redhat)
cat
/etc/redhat-release (redhat)
rpm -q
redhat-release (redhat)
redhat-release (redhat)
檢視核心版本
cat
/proc/version
/proc/version
uname
-a
uname
-r
-a
uname
-r
檢視php版本
php
-v
-v
phpinfo();
檢視nginx版本
nginx
-V
Linux下檢視nginx,apache,mysql,php的編譯引數
1、nginx編譯引數:
#/usr/local/nginx/sbin/nginx -V
2、apache編譯引數:
# cat
/usr/local/apache/build/config.nice
#/usr/local/nginx/sbin/nginx -V
2、apache編譯引數:
# cat
/usr/local/apache/build/config.nice
#/usr/local/apache/bin/apachectl -V
#cat
$apachehome$/build/config.nice
3、php編譯引數:
#
/usr/local/php/bin/php -i |grep configure
$apachehome$/build/config.nice
3、php編譯引數:
#
/usr/local/php/bin/php -i |grep configure
#$PHP$/bin/php -i | grep configure
# /usr/local/php/bin/php-config
4、mysql編譯引數:
# cat /usr/local/mysql/bin/mysqlbug|grep
configure
4、mysql編譯引數:
# cat /usr/local/mysql/bin/mysqlbug|grep
configure
5、smartd編譯引數:
#/usr/sbin/smartctl -V|grep
configure
configure
相關文章
- 檢視Linux核心版本Linux
- 檢視CentOS上Apache位置,版本,停止,啟動CentOSApache
- Linux - 檢視系統的版本Linux
- 檢視Linux系統版本資訊Linux
- Linux檢視系統版本命令Linux
- Linux系統如何檢視版本資訊Linux
- 如何檢視Linux作業系統版本?Linux作業系統
- Linux基楚操作指引【檢視版本、檢視路徑、檢視內容、編輯檔案】Linux
- 如何檢視Linux系統是什麼版本?Linux
- 如何檢視 Linux Mint 版本號和代號Linux
- Linux系統glibc庫版本資訊檢視Linux
- linux下檢視mysql版本的四種方法LinuxMySql
- 檢視正在執行的 Linux 系統版本Linux
- Python版本檢視Python
- 檢視EBS版本
- CUDA 版本檢視
- 檢視python版本Python
- Linux中如何檢視系統是什麼版本?Linux
- 使用命令檢視Linux核心版本的三種方法Linux
- Linux系統下檢視mysql版本的四種方法LinuxMySql
- 檢視IIS版本號
- win10如何檢視版本_win10檢視版本的方法Win10
- Linux kernel mapLinux
- 如何檢視Linux系統版本?常用命令有哪些?Linux
- 如何檢視 Apache 模組是否正常Apache
- ThinkPHP5.0 Linux Apache/Nginx重寫URL配置PHPLinuxApacheNginx
- linux 核心 LINUX_VERSION_CODE 和 KERNEL_VERSION 宏定義 版本資訊Linux
- CMake、Eigen、Ceres版本檢視
- 檢視weblogic版本資訊Web
- 怎麼檢視php版本PHP
- 在Linux中,如何檢視當前系統的版本資訊?Linux
- Linux命令學習( 使用命令,檢視手冊,取別名等)Linux
- linux檔案管理命令例項分析【顯示、檢視、統計等】Linux
- Tomcat、Nginx和Apache有何區別?Linux如何學?TomcatNginxApacheLinux
- centos 檢視USB介面的版本CentOS
- 檢視JAR包的JDK版本JARJDK
- Python中如何檢視庫版本?Python
- 檢視git當前版本號Git
- Linux 檢視日誌Linux