I have such command for running the process.
/usr/bin/php /home/hosts/example.com/html/www/protected/cron.php cron MessangerHandler
How can I kill this process by its full name, using killall.
killall -9 ***what name****
What command it should be (don't recommend me pkill, i know about it, but i want to use killall).