<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Debug on AI Infra</title>
    <link>https://raghavxk8s.com/categories/debug/</link>
    <description>Recent content in Debug on AI Infra</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 11 Jun 2019 16:51:00 +0000</lastBuildDate>
    
	<atom:link href="https://raghavxk8s.com/categories/debug/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Process(ps) cmd in linux</title>
      <link>https://raghavxk8s.com/post/process/</link>
      <pubDate>Tue, 11 Jun 2019 16:51:00 +0000</pubDate>
      
      <guid>https://raghavxk8s.com/post/process/</guid>
      <description>fork vs exec  fork creates child process and returns child&amp;rsquo;s pid
child process gets zero as returned value from fork.
 list by user $ ps -u $USER  Ref: https://fedoramagazine.org/inspect-manage-processes-ps/
list processes by group $ ps -G groupname1 groupname2 e.g. $ ps -G root  Inverse selection (Using -N option)  Select all the process those not started by root(group);
 $ ps -u root -N  Note: htop or top to see how much cpu, ram used for the processes</description>
    </item>
    
  </channel>
</rss>