service httpd start 启动apache server
ps -ef | grep httpd 查看httpd的进程,启动后会显示多行
chkconfig httpd on 查看httpd服务,似乎没什么用
相应的mysql的一些命令
service mysqld start
ps -ef | grep mysqld
chkconfig mysqld on
service httpd start 启动apache server
ps -ef | grep httpd 查看httpd的进程,启动后会显示多行
chkconfig httpd on 查看httpd服务,似乎没什么用
相应的mysql的一些命令
service mysqld start
ps -ef | grep mysqld
chkconfig mysqld on