Use pkill -f, which matches the pattern for any part of the command line
pkill -f my_pattern
Related Posts
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu
Find And List All Hidden Files Recursively
Recursively list all hidden files and directories on Linux/Unix The basic syntax is as follows:…