标签:uname nginx /etc highlight pre http tar target linux
参考:查看Linux 、Apache 、 MySQL 、 PHP 版本的方法
1.查看Linux版本:
uname -a;
more /etc/issue;
cat /proc/version;
2.查看Mysql版本:
mysql -V #V必须大写
3.查看PHP版本:
php -v
4.查看Nginx版本:
nginx -v
查看Linux 、Nginx、 MySQL 、 PHP 版本的方法
标签:uname nginx /etc highlight pre http tar target linux
原文地址:https://www.cnblogs.com/zjfblog/p/9008455.html