<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pospome</author_name>
  <author_url>https://blog.hatena.ne.jp/pospome/</author_url>
  <blog_title>pospomeのプログラミング日記</blog_title>
  <blog_url>https://www.pospome.work/</blog_url>
  <categories>
    <anon>CentOS</anon>
  </categories>
  <description>時間のかかるコマンドは nohup でバックグラウンド処理させるといい。 # nohup php ./test.php &amp;上記のコマンドで実行できる。 test.phpの echo はコマンドを実行したディレクトリの nohup.out にログとして記録される。ログが不要であれば、以下のように出力をリダイレクトさせてあればOK。 # nohup php ./test.php &gt; /dev/null &amp;&amp;実行でもバッググラウンド実行は可能だが、 nohup の場合はログアウトしても実行プロセスが終了しない。 http://d.hatena.ne.jp/pospome/20130209/13603…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.pospome.work%2Fentry%2F20140225%2F1393305695&quot; title=&quot;【CentOS】nohup でバックグラウンド処理 - pospomeのプログラミング日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-02-25 14:21:35</published>
  <title>【CentOS】nohup でバックグラウンド処理</title>
  <type>rich</type>
  <url>https://www.pospome.work/entry/20140225/1393305695</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
