<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ABD</title>
    <description>The latest articles on DEV Community by ABD (@m_abdullah).</description>
    <link>https://dev.to/m_abdullah</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1749147%2Fe0635365-8473-49fc-8ad2-6cedbced5eb9.jpg</url>
      <title>DEV Community: ABD</title>
      <link>https://dev.to/m_abdullah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/m_abdullah"/>
    <language>en</language>
    <item>
      <title>Process kill commands</title>
      <dc:creator>ABD</dc:creator>
      <pubDate>Mon, 08 Jul 2024 18:20:43 +0000</pubDate>
      <link>https://dev.to/m_abdullah/process-kill-commands-2k10</link>
      <guid>https://dev.to/m_abdullah/process-kill-commands-2k10</guid>
      <description>&lt;p&gt;Kill PID ;kill process by process id&lt;br&gt;
Kill -9 PID ; kill forcefully a process &lt;br&gt;
Kill -15 ; kill gracefully a process &lt;br&gt;
pkill NAMEOFProcess ; kill by name of process&lt;/p&gt;

</description>
      <category>redhat</category>
      <category>centos</category>
      <category>linux</category>
      <category>processkillin</category>
    </item>
  </channel>
</rss>
