×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Bash
Posted by: Shelane French
Added: Jan 24, 2020 9:08 PM
Views: 4313
Tags: unix
  1. # RHEL
  2. cat /etc/redhat-release
  3. #Apache
  4. httpd -v
  5. #IP
  6. hostname -i
  7. #MySQL
  8. mysql -h localhost -V
  9.  
  10. # Apache on RHEL 7
  11. /usr/sbin/httpd -v