Command line:
How to check CentOS version?
cat /etc/redhat-release
(cat /etc/*release*)
How to check Apache version?
httpd -v
How to check MySQL version?
mysql -V
How to check PHP version?
php -v
|
Command line - Check version: Centos, Apache, MySQL, PHP |