{"id":2617,"date":"2023-07-18T22:29:32","date_gmt":"2023-07-18T22:29:32","guid":{"rendered":"https:\/\/draculaservers.com\/tutorials\/?p=2617"},"modified":"2023-07-24T18:58:08","modified_gmt":"2023-07-24T18:58:08","slug":"the-pkill-command-explained","status":"publish","type":"post","link":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/","title":{"rendered":"The pkill command | Explained"},"content":{"rendered":"<p>The <strong>pkill<\/strong> command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system. However, the <strong>pkill<\/strong> command allows the user to send specific signals to the process based on which the termination of the process is dealt with.<\/p>\n<p>If you are a Linux beginner or a Linux System Administrator, then the <strong>pkill<\/strong> command is something that you will be using a lot to deal with unwanted processes. This article will explain all of the information that you need to understand and master the usage of the pKill command for Linux \/ Debian-based operating systems.<\/p>\n\n<h2 id=\"the-pkill-command-for-linux-and-macos\">The pKill Command for Linux and macOS<\/h2>\n<p>The <strong>pkill<\/strong> command is available on Linux and Unix (macOS) operating systems. This command is used to end the processing of a certain process. This command searches the process table and sends a termination signal to stop a process that meets the criteria defined in the command parameter.<\/p>\n<p>To better understand what the criteria mean, let\u2019s go over the syntax of the <strong>pkill<\/strong> command.<\/p>\n<h3 id=\"how-to-use-the-pkill-command-in-linux-mac\">How to use the pkill Command in Linux\/Mac?<\/h3>\n<p>Unlike other kill commands, the pkill command doesn\u2019t require a process ID. Rather, the user can provide a pattern (mostly name) of the process, and the matching process will be terminated. Take a look at the syntax of the pkill command.<\/p>\n<pre>pkill [Option_Param] [Pattern_Param]<\/pre>\n<p>In this syntax:<\/p>\n<ul>\n<li>The pkill command takes different options that change how a program is terminated. For example, stopping the execution of a process or forcing it to terminate without completing any exit sequence.<\/li>\n<li>The pattern parameter takes an extended regular expression, which is mostly the name of the process, and based on this parameter, the process is terminated.<\/li>\n<\/ul>\n<h3 id=\"example-of-the-pkill-command\">Example of the pKill Command<\/h3>\n<p>If you are running the browser (firefox) and want to stop, terminate it using the pkill command. Then simply open up a terminal and type the following command inside it:<\/p>\n<pre>pkill firefox<\/pre>\n<p>With this, you have successfully terminated the Firefox browser.<\/p>\n<h2 id=\"different-signals-of-the-pkill-command-in-linux-mac\">Different Signals of the pkill Command in Linux\/Mac<\/h2>\n<p>If no options are specific, the termination signal will be given to the process by default. However, you can pass different signals depending on what you intend to do with the running process. Take a look at the different signals that can be passed to the pkill Command.<\/p>\n<table width=\"592\">\n<tbody>\n<tr>\n<td width=\"85\"><strong>Signal Code<\/strong><\/td>\n<td width=\"99\"><strong>Signal Name<\/strong><\/td>\n<td width=\"408\"><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"85\"><strong>-1<\/strong><\/td>\n<td width=\"99\">SIGHUP<\/td>\n<td width=\"408\">Reloads Configuration File<\/td>\n<\/tr>\n<tr>\n<td width=\"85\"><strong>-2<\/strong><\/td>\n<td width=\"99\">SIGINT<\/td>\n<td width=\"408\">Sends a Keyboard Interrupt (CTRL + C)<\/td>\n<\/tr>\n<tr>\n<td width=\"85\"><strong>-9<\/strong><\/td>\n<td width=\"99\">SIGKILL<\/td>\n<td width=\"408\">Kill Process Signal<\/td>\n<\/tr>\n<tr>\n<td width=\"85\"><strong>-15<\/strong><\/td>\n<td width=\"99\">SIGTERM<\/td>\n<td width=\"408\">Ends the process immediately. (Terminate a process in a controlled manner so cleanup is possible)<\/td>\n<\/tr>\n<tr>\n<td width=\"85\"><strong>-18<\/strong><\/td>\n<td width=\"99\">SIGCONT<\/td>\n<td width=\"408\">Continues the processing of a stopped process.<\/td>\n<\/tr>\n<tr>\n<td width=\"85\"><strong>-19<\/strong><\/td>\n<td width=\"99\">STOP<\/td>\n<td width=\"408\">Stop the process (Halts execution)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>To use these signals, you can type their name or their signal code, and after that, simply specify the process to send this signal.<\/p>\n<h2 id=\"draculaservers-kvm-vps-hosting\">DraculaServers&#8217; KVM VPS Hosting!<\/h2>\n<p>Take control of your online presence with DraculaServers&#8217; KVM VPS Hosting. Our cutting-edge technology gives you the freedom to customize every aspect of your virtual server environment, ensuring a hosting experience that&#8217;s uniquely yours. Experience lightning-fast speeds, scalable resources, and an intuitive control panel\u2014all at competitive pricing.<\/p>\n<p>Don&#8217;t miss out! Visit Dracula Server\u2019s KVM today and discover the hosting plans to empower your online journey.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/kvm.php\" target=\"_blank\" rel=\"noopener\">Ready to take charge? Check out our KVM Hosting Plans Here!<\/a><\/p>\n<h2 id=\"how-to-force-kill-a-process-with-the-pkill-command\">How to Force Kill a Process With the pkill Command?<\/h2>\n<p>To ensure the process is terminated without having the system block or ignore the stop command, you can utilize the \u201c-9\u201d signal code within the pkill command.<\/p>\n<p>For example, let\u2019s run the \u201c<strong>top<\/strong>\u201d command in a new terminal session:<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2618 size-full\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/1.png\" alt=\"The pkill command | Explained - Dracula Server\" width=\"973\" height=\"668\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/1.png 973w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/1-300x206.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/1-768x527.png 768w\" sizes=\"auto, (max-width: 973px) 100vw, 973px\" \/><\/a><\/p>\n<p>Let\u2019s kill this <strong>&#8220;top&#8221;<\/strong> process using the following command in a new terminal window:<\/p>\n<pre>pkill -9 top<\/pre>\n<p>When this code is executed, the terminal session with the <strong>top<\/strong> command running shows the following message and stops the <strong>top<\/strong> process:<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2619 size-full\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/2.png\" alt=\"The pkill command | Explained - Dracula Server\" width=\"965\" height=\"543\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/2.png 965w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/2-300x169.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/2-768x432.png 768w\" sizes=\"auto, (max-width: 965px) 100vw, 965px\" \/><\/a><\/p>\n<p>You have successfully force-killed a process using the pkill command.<\/p>\n<h2 id=\"how-to-kill-the-parent-process-using-the-pkill-command\">How to Kill the Parent Process Using the pkill Command?<\/h2>\n<p>Oftentimes, processes are running in a sequence (having multiple instances, each performing a different function). An example of this can be running multiple tabs and windows inside the Firefox browser. In such a case, if you want to close all of the subprocesses of the Firefox browser, then it is best to kill the main parent process.<\/p>\n<p>The parent process is called the oldest process, and in the pkill command, you can use the \u201c<strong>&#8211;oldest<\/strong>\u201d flag to kill it. First, let\u2019s confirm that there are multiple instances of Firefox process in this certain scenario:<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2620 size-full\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/3.png\" alt=\"The pkill command | Explained - Dracula Server\" width=\"975\" height=\"151\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/3.png 975w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/3-300x46.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/3-768x119.png 768w\" sizes=\"auto, (max-width: 975px) 100vw, 975px\" \/><\/a><\/p>\n<p>After that, open up a terminal and type the following command:<\/p>\n<pre>pkill --oldest firefox<\/pre>\n<p>After the execution of this command, all of the subprocesses of the firefox have been terminated. This can be confirmed by typing the <strong>pidof firefox <\/strong>command:<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2621 size-full\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/4.png\" alt=\"The pkill command | Explained - Dracula Server\" width=\"967\" height=\"202\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/4.png 967w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/4-300x63.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/4-768x160.png 768w\" sizes=\"auto, (max-width: 967px) 100vw, 967px\" \/><\/a><\/p>\n<p>You have successfully terminated the parent processes using the pkill command.<\/p>\n<h2 id=\"more-details-about-the-pkill-command\">More Details About the pkill Command<\/h2>\n<p>If you want to learn all the different options about the pkill command, then simply visit the manual page of the pkill command. To do this, open up a new terminal session and type the following command inside it:<\/p>\n<pre>man pkill<\/pre>\n<p>This will show its manual page that contains information about the <strong>pgrep<\/strong>, <strong>pkill,<\/strong> and the <strong>pidwait<\/strong> command:<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-2622 size-full\" src=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/5.png\" alt=\"The pkill command | Explained - Dracula Server\" width=\"973\" height=\"665\" srcset=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/5.png 973w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/5-300x205.png 300w, https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/5-768x525.png 768w\" sizes=\"auto, (max-width: 973px) 100vw, 973px\" \/><\/a><\/p>\n<p>That\u2019s about it for this tutorial.<\/p>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>The pkill command can be used in linux and macOS to send a specific signal to a process or to terminate its execution. The processes are identified within this command by using an extended regular expression, which generally is the name of the process. The <a href=\"https:\/\/linux.die.net\/man\/1\/pkill\" target=\"_blank\" rel=\"noopener\">pkill<\/a> commands also come with different options that allow the user to choose which signal to send to the process for stopping or terminating its execution.<\/p>\n<p><a href=\"https:\/\/draculaservers.com\/tutorials\/\" target=\"_blank\" rel=\"noopener\">Check out more Linux Tutorials Here!<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system. However, the pkill command allows the user to send specific signals to the process based on which the termination of the process is dealt with. If you are a Linux beginner or [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":2627,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[61],"tags":[164,161,160,163,162],"class_list":["post-2617","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-commands","tag-linux-tutorial","tag-pkill","tag-pkill-command","tag-pkill-linux","tag-pkill-macos"],"blocksy_meta":[],"featured_image_urls_v2":{"full":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png",1280,720,false],"thumbnail":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained-150x150.png",150,150,true],"medium":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained-300x169.png",300,169,true],"medium_large":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained-768x432.png",768,432,true],"large":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained-1024x576.png",1024,576,true],"1536x1536":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png",1280,720,false],"2048x2048":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png",1280,720,false],"pk-small":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained-80x80.png",80,80,true],"pk-thumbnail":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained-300x225.png",300,225,true]},"post_excerpt_stackable_v2":"<p>The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system. However, the pkill command allows the user to send specific signals to the process based on which the termination of the process is dealt with. If you are a Linux beginner or a Linux System Administrator, then the pkill command is something that you will be using a lot to deal with unwanted processes. This article will explain all of the information that you need to understand and master the usage of the pKill command for Linux&hellip;<\/p>\n","category_list_v2":"<a href=\"https:\/\/draculaservers.com\/tutorials\/category\/linux-commands\/\" rel=\"category tag\">Linux Commands<\/a>","author_info_v2":{"name":"Abdul Mannan","url":"https:\/\/draculaservers.com\/tutorials\/author\/abdul-mannan-tbgmail-com\/"},"comments_num_v2":"0 comments","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The pkill command | Explained - Dracula Servers Tutorials<\/title>\n<meta name=\"description\" content=\"The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The pkill command | Explained - Dracula Servers Tutorials\" \/>\n<meta property=\"og:description\" content=\"The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Dracula Servers Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-18T22:29:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-24T18:58:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Abdul Mannan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abdul Mannan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/\"},\"author\":{\"name\":\"Abdul Mannan\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/person\\\/ac89d0281f4fb596bfaa0bc1e746c8a6\"},\"headline\":\"The pkill command | Explained\",\"datePublished\":\"2023-07-18T22:29:32+00:00\",\"dateModified\":\"2023-07-24T18:58:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/\"},\"wordCount\":958,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/pkill-command-Explained.png\",\"keywords\":[\"Linux tutorial\",\"pKill\",\"pKill Command\",\"pkill Linux\",\"pkill macOS\"],\"articleSection\":[\"Linux Commands\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/\",\"name\":\"The pkill command | Explained - Dracula Servers Tutorials\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/pkill-command-Explained.png\",\"datePublished\":\"2023-07-18T22:29:32+00:00\",\"dateModified\":\"2023-07-24T18:58:08+00:00\",\"description\":\"The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#primaryimage\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/pkill-command-Explained.png\",\"contentUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/pkill-command-Explained.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/the-pkill-command-explained\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The pkill command | Explained\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#website\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\",\"name\":\"Dracula Servers Tutorials\",\"description\":\"Dedicated Servers\",\"publisher\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\",\"name\":\"Dracula Servers\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/dracula_full_logo_smaller.png\",\"contentUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/dracula_full_logo_smaller.png\",\"width\":1625,\"height\":200,\"caption\":\"Dracula Servers\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/person\\\/ac89d0281f4fb596bfaa0bc1e746c8a6\",\"name\":\"Abdul Mannan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2809442d44177cab4f90e1d9b3295560462063881ca1374b6d597d8f0b48fc21?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2809442d44177cab4f90e1d9b3295560462063881ca1374b6d597d8f0b48fc21?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2809442d44177cab4f90e1d9b3295560462063881ca1374b6d597d8f0b48fc21?s=96&d=mm&r=g\",\"caption\":\"Abdul Mannan\"},\"description\":\"An individual trying to decipher the enigmas of technology by the sheer driving force of curiosity. Interested in learning new skills and being better at those skills than the lot.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The pkill command | Explained - Dracula Servers Tutorials","description":"The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/","og_locale":"en_US","og_type":"article","og_title":"The pkill command | Explained - Dracula Servers Tutorials","og_description":"The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system.","og_url":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/","og_site_name":"Dracula Servers Tutorials","article_published_time":"2023-07-18T22:29:32+00:00","article_modified_time":"2023-07-24T18:58:08+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png","type":"image\/png"}],"author":"Abdul Mannan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Abdul Mannan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#article","isPartOf":{"@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/"},"author":{"name":"Abdul Mannan","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/person\/ac89d0281f4fb596bfaa0bc1e746c8a6"},"headline":"The pkill command | Explained","datePublished":"2023-07-18T22:29:32+00:00","dateModified":"2023-07-24T18:58:08+00:00","mainEntityOfPage":{"@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/"},"wordCount":958,"commentCount":0,"publisher":{"@id":"https:\/\/draculaservers.com\/tutorials\/#organization"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png","keywords":["Linux tutorial","pKill","pKill Command","pkill Linux","pkill macOS"],"articleSection":["Linux Commands"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/","url":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/","name":"The pkill command | Explained - Dracula Servers Tutorials","isPartOf":{"@id":"https:\/\/draculaservers.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#primaryimage"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png","datePublished":"2023-07-18T22:29:32+00:00","dateModified":"2023-07-24T18:58:08+00:00","description":"The pkill command is typically used to terminal or stop the processing of a certain process in a Linux-based or Unix-based operating system.","breadcrumb":{"@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#primaryimage","url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png","contentUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2023\/07\/pkill-command-Explained.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/draculaservers.com\/tutorials\/the-pkill-command-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/draculaservers.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"The pkill command | Explained"}]},{"@type":"WebSite","@id":"https:\/\/draculaservers.com\/tutorials\/#website","url":"https:\/\/draculaservers.com\/tutorials\/","name":"Dracula Servers Tutorials","description":"Dedicated Servers","publisher":{"@id":"https:\/\/draculaservers.com\/tutorials\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/draculaservers.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/draculaservers.com\/tutorials\/#organization","name":"Dracula Servers","url":"https:\/\/draculaservers.com\/tutorials\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/logo\/image\/","url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/dracula_full_logo_smaller.png","contentUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/dracula_full_logo_smaller.png","width":1625,"height":200,"caption":"Dracula Servers"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/person\/ac89d0281f4fb596bfaa0bc1e746c8a6","name":"Abdul Mannan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2809442d44177cab4f90e1d9b3295560462063881ca1374b6d597d8f0b48fc21?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2809442d44177cab4f90e1d9b3295560462063881ca1374b6d597d8f0b48fc21?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2809442d44177cab4f90e1d9b3295560462063881ca1374b6d597d8f0b48fc21?s=96&d=mm&r=g","caption":"Abdul Mannan"},"description":"An individual trying to decipher the enigmas of technology by the sheer driving force of curiosity. Interested in learning new skills and being better at those skills than the lot."}]}},"_links":{"self":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/2617","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/comments?post=2617"}],"version-history":[{"count":3,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/2617\/revisions"}],"predecessor-version":[{"id":2625,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/2617\/revisions\/2625"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/media\/2627"}],"wp:attachment":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/media?parent=2617"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/categories?post=2617"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/tags?post=2617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}