how to reboot centos server by PHP

前端 未结 0 819
囚心锁ツ
囚心锁ツ 2020-12-21 07:10

I used below codes for restart centos Server.

exec("reboot -h now");

and

shell_exec("reboot -h now");


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题