Nginx 常用命令總結

2022-05-29 12:27:14 字數 728 閱讀 3878

檢視某個程式的程序:

ps -aux | grep nginx (程序的名字:httpd-apahe程序 mysqld-mysql的程序 svn-svn的程序 php-fpm - php程序 )

檢視某個程式所占用的埠:

netstat antp | grep php-fpm(程序的名字)

檢視某個埠是否被某個程式所占用

netstat antp | grep 9000 (埠號 80- apache/nginx 的預設埠號 3306-mysql的埠號 9000-php-fpm的預設埠號 11211-memcache的埠號 6379-redis的埠號)

移動某個檔案

mv 檔名 移動到哪兒的路徑/移動之後的檔名 預設 使用源檔名

重新命名檔案

mv 檔名 新的檔名(在當前目錄直接重新命名 如果移動到其他目錄 在新的檔名前面加上路徑)

複製檔案

cp 檔名 複製到哪兒的路徑/複製之後的檔名 (可以進行重新命名操作)

殺死某個程序

知道程序號:kill 程序號

不知道程序號:pkill -9 程序名(php-fpm nginx)

nginx重啟

nginx -s reload

安裝包(原始碼包)所在的路徑 /usr/local/src/

php的安裝路徑 /usr/local/php

nginx的安裝路徑 /usr/local/nginx

nginx常用命令

root ta30 53 nginx pwd usr local nginx root ta30 53 nginx sbin nginx root ta30 53 nginx sbin nginx s stop root ta30 53 nginx sbin nginx s quit s都是採用向 ...

nginx 常用命令

poechant ubuntu sudo sbin nginxpoechant ubuntu sudo sbin nginx s stop poechant ubuntu sudo sbin nginx s quit s都是採用向 nginx 傳送訊號的方式。poechant ubuntu sudo...

Nginx常用命令

usr local nginx sbin nginx t或 usr local nginx sbin t c usr local nginx conf nginx.conf檢測結果會提示配置檔案 出現了錯誤,出現success說明檔案正確。顯示版本資訊可以用 usr local nginx sbin...