Linux常用命令

作者: SevenLonely | 来源:发表于2018-03-09 17:34 被阅读13次

查看系统

uname -a

查看进程

netstat -anp|more

启动nginx

systemctl start nginx

重启nginc 服务

systemctl restart nginx

启动mysql

systemctl start mysqld

重启mysql

systemctl reload mysqld

设置开机自启

systemctl enable nginx

相关文章

网友评论

    本文标题:Linux常用命令

    本文链接:https://www.haomeiwen.com/subject/hvfmfftx.html