{"id":345,"date":"2012-10-15T13:10:52","date_gmt":"2012-10-15T13:10:52","guid":{"rendered":"https:\/\/raspberry-projects.com\/pi\/?p=345"},"modified":"2014-09-26T15:05:29","modified_gmt":"2014-09-26T15:05:29","slug":"processes","status":"publish","type":"post","link":"https:\/\/raspberry-projects.com\/pi\/command-line\/processes","title":{"rendered":"Processes"},"content":{"rendered":"<h4>\nShow processes<br \/>\n<\/h4>\n<pre>\r\n<code>\r\nps -ef\r\nList processes\r\n\r\nps ax\r\nList processes\r\n<\/code><\/pre>\n<h4>\nTo kill a running program<br \/>\n<\/h4>\n<p>\nIf you need to kill your program running in the background you can use this\n<\/p>\n<pre>\r\n<code>\r\nsudo killall my_project.a\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Show processes ps -ef List processes ps ax List processes To kill a running program If you need to kill your program running in the background you can use this sudo killall my_project.a<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-345","post","type-post","status-publish","format-standard","hentry","category-command-line"],"_links":{"self":[{"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/posts\/345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/comments?post=345"}],"version-history":[{"count":6,"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/posts\/345\/revisions"}],"predecessor-version":[{"id":1791,"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/posts\/345\/revisions\/1791"}],"wp:attachment":[{"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/media?parent=345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/categories?post=345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/raspberry-projects.com\/pi\/wp-json\/wp\/v2\/tags?post=345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}