<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged bash nohup</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/bash+nohup/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/bash+nohup/order_by/date</id>
  <updated>2007-03-15T15:09:10Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Rendre l'execution d'un programme insensible aux déconnexions</title>
  <link href="http://snippets.prendreuncafe.com/snippet/62"></link>
  <updated>2007-03-15T15:09:10Z</updated>
  <id>62</id>
  <summary type="html">On peut utiliser l'utilitaire `nohup` :

[code]
$ nohup batch_script.sh
[/code]

`CTRL+Z` + `bg` mettront la tâche en arrière plan.

</summary>
</entry>
</feed>