阿里云一键安装环境(驻云科技)的操作

nginx:

/etc/init.d/nginx start/stop/restart/reload)
 
apache:

/etc/init.d/httpd start/stop/restart/...
 
mysql:

/etc/init.d/mysqld  start/stop/restart/...
 
php-fpm:

/etc/init.d/php-fpm  start/stop/restart/...
  Tomcat:

/etc/init.d/tomcat7 start/stop/restart/…
ftp:

/etc/init.d/vsftpd  start/stop/restart/...

猜你喜欢

转载自my.oschina.net/sskill/blog/1825771