Use pkill -f, which matches the pattern for any part of the command line November 14, 2014 admin Ubuntu 0 Comments pkill -f my_pattern Share This Tweet Share Share Email 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 delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise… How to Install and Configure Samba on Ubuntu 18.04 Guide here This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
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 delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…