Lim SingFollowMay 6, 2021·1 min readCommand to kill process in serverCheck running process (eg grep artisan (for artisan only))ps aux|grep artisanStop running process- can get PID from abovekill 88888stop all artisan processpkill -f artisan宝塔:sudo cat /www/server/panel/data/port.pl && /etc/init.d/bt restart