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 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… Explain htaccess rules? http://stackoverflow.com/questions/18236838/explain-htaccess-rules How can I check /dev/xvda1? You can check or run fsck on /dev/xvda1 using the following method on Ubuntu or… This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
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 can I check /dev/xvda1? You can check or run fsck on /dev/xvda1 using the following method on Ubuntu or…