
{"id":17392,"date":"2018-11-04T17:44:32","date_gmt":"2018-11-04T17:44:32","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=17392"},"modified":"2018-11-04T17:44:32","modified_gmt":"2018-11-04T17:44:32","slug":"a-look-into-the-bash-builtin-command-named-disown","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2018\/11\/04\/a-look-into-the-bash-builtin-command-named-disown\/","title":{"rendered":"a look into the bash builtin command named &#8220;disown&#8221;"},"content":{"rendered":"<p>[bash light=&#8221;true&#8221;]<br \/>\n$jobs -l<br \/>\n$ping gnu.org<br \/>\nPING gnu.org (208.118.235.148) 56(84) bytes of data.<br \/>\n64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=1 ttl=53 time=267 ms<br \/>\n64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=2 ttl=53 time=266 ms<br \/>\n64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=3 ttl=53 time=267 ms<br \/>\n64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=4 ttl=53 time=321 ms<br \/>\n64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=5 ttl=53 time=268 ms<br \/>\n^Z<br \/>\n[1]+  Stopped                 ping gnu.org<br \/>\n$jobs -l<br \/>\n[1]+  3882 Stopped                 ping gnu.org<br \/>\n$disown<br \/>\nbash: warning: deleting stopped job 1 with process group 3882<br \/>\n$jobs -l<br \/>\n$ping gnu.org<br \/>\nPING gnu.org (208.118.235.148) 56(84) bytes of data.<br \/>\n64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=1 ttl=53 time=267 ms<br \/>\n64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=2 ttl=53 time=267 ms<br \/>\n^C<br \/>\n&#8212; gnu.org ping statistics &#8212;<br \/>\n3 packets transmitted, 2 received, 33.3333% packet loss, time 3ms<br \/>\nrtt min\/avg\/max\/mdev = 266.815\/266.868\/266.921\/0.053 ms<br \/>\n$xeyes &amp;<br \/>\n[1] 3885<br \/>\n$jobs -l<br \/>\n[1]+  3885 Running                 xeyes &amp;<br \/>\n$jobs -l<br \/>\n[1]+  3885 Running                 xeyes &amp;<br \/>\n$disown<br \/>\n$jobs -l<br \/>\n$jobs -l<br \/>\n$fg 1<br \/>\nbash: fg: 1: no such job<br \/>\n$<\/p>\n<p>[\/bash]<br \/>\nlink: https:\/\/www.cyberciti.biz\/faq\/unix-linux-disown-command-examples-usage-syntax\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[bash light=&#8221;true&#8221;] $jobs -l $ping gnu.org PING gnu.org (208.118.235.148) 56(84) bytes of data. 64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=1 ttl=53 time=267 ms 64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=2 ttl=53 time=266 ms 64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=3 ttl=53 time=267 ms 64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=4 ttl=53 time=321 ms 64 bytes from wildebeest.gnu.org (208.118.235.148): icmp_seq=5 &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2018\/11\/04\/a-look-into-the-bash-builtin-command-named-disown\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;a look into the bash builtin command named &#8220;disown&#8221;&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[15,83],"tags":[670,982],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/17392"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=17392"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/17392\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=17392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=17392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=17392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}