当前位置:懂科普 >

IT科技

> 如何查看Linux的nginx是否启动

如何查看Linux的nginx是否启动

1、打开linux系统,在linux的桌面的空白处右击。

如何查看Linux的nginx是否启动

2、在弹出的下拉选项里,点击打开终端。

如何查看Linux的nginx是否启动 第2张

3、使用ps -ef | grep nginx命令查询进程再进行筛选,确认nginx是否运行

如何查看Linux的nginx是否启动 第3张

4、使用ps -C nginx -o pid命令查询pid,再判断是否启动。

如何查看Linux的nginx是否启动 第4张

标签: 查看 linux nginx
  • 文章版权属于文章作者所有,转载请注明 https://dongkepu.com/itkeji/l8y7n3.html