2018年7月29日

摘要: du命令用来查看目录或文件所占用磁盘空间的大小。常用选项组合为:du -sh 一、du的功能:`du` reports the amount of disk space used by the specified files and for each subdirectory (of directo 阅读全文
posted @ 2018-07-29 16:46 zorashuang 阅读(240) 评论(0) 推荐(0)
 
摘要: 启动 启动代码格式:nginx安装目录地址 -c nginx配置文件地址 例如: 停止 nginx的停止有三种方式: 从容停止 从容停止 1、查看进程号 [root@LinuxServer ~]# ps -ef|grep ngin 快速停止 快速停止 1、查看进程号 [root@LinuxServe 阅读全文
posted @ 2018-07-29 15:15 zorashuang 阅读(219) 评论(0) 推荐(0)