=> There is 1 zombie process.
- To Check the zombie process run below command
ps axo stat,ppid,pid,comm | grep -w defunct
- and Then kill the parent process
sudo kill -9 <parent_process_number>
👉 For more details read below tutorial on this topic:
- How To Set Up Apache Virtual Hosts on Ubuntu 20.04.2 LTS - October 28, 2021
- How to Fix ” Vue packages version mismatch:” error in Laravel 5.5 - April 15, 2021
- Laravel say that Auth guard [user] is not defined - April 15, 2021