啟動:systemctl start httpd
停止:systemctl stop httpd
重啟:systemctl restart httpd
啟動:systemctl start mysqld
停止:systemctl stop mysqld
重啟:systemctl restart mysqld
啟動:systemctl start php-fpm
停止:systemctl stop php-fpm
重啟:systemctl restart php-fpm
啟動:systemctl start nginx
停止:systemctl stop nginx
重啟:systemctl restart nginx
pm2 list檢視當前正在執行的程序
pm2 start all啟動所有應用
pm2 restart all重啟所有應用
pm2 stop all停止所有的應用程式
pm2 delete all關閉並刪除所有應用
pm2 logs控制台顯示所有日誌
pm2 start 0啟動 id為 0的指定應用程式
pm2 restart 0重啟 id為 0的指定應用程式
pm2 stop 0停止 id為 0的指定應用程式
pm2 delete 0刪除 id為 0的指定應用程式
pm2 logs 0控制台顯示編號為0的日誌
pm2 show 0檢視執行編號為0的程序
pm2 monit ***監控名稱為***的程序
pm2 start npm --name 「***」 – run startpm2執行啟動nuxt專案命令
linux部分工具命令
一 vim編輯器 1 vim有三種模式 命令模式 vim剛開啟就是命令模式 x刪除乙個字元 nx刪除n個字元 dd刪除 剪下 一行 ndd刪除 剪下 n行 p貼上 nyy複製n行 shift g跳到最後一行 gg回到最後一行 查詢游標所在字串,n查詢下乙個 u撤銷操作 shift zz儲存退出。插入...
部分工具與基礎
shell hello file pro toos toos and sed rpm and yum 行首 bin shells 注釋 開頭 執行 bash script chmod x script 路徑 script 建議 新增指令碼的作用,使用方法,引數 變數說明。type string nu...
Linux中部分工具學習
vim使用須知 在vim底行模式下,set nu設定 顯示 行號 powoff 關機 sync 把資料同步到硬碟裡面 在一般模式下 u 撤銷 一步 u 撤銷 所有操作 yy 複製 nyy 複製n行 dd 刪除當前行 ndd 刪除n行 p 貼上 x 刪除當前字元 ng 跳到行號為n的一行 g 跳到檔案...