document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ kill %<nomor job> #contoh : kill %1
  2. $ kill <PID> #contoh : kill 1908
  3. $ pkill <nama proses> #contoh : pkill firefox
  4. $ pkillall <nama proses> #contoh : pkillall firefox
');