How to kill all instances of Google Chromium in Linux from command line

Written by
Date: 2012-04-27 22:25:07 00:00


How to kill chrome / chromium master and all its child processes or instances in Linux from the command line?

The answer is:

pkill chrome

or

pkill chromium