<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=382164&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / script en .sh quelques questions.]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=382164</link>
		<description><![CDATA[Les sujets les plus récents dans script en .sh quelques questions..]]></description>
		<lastBuildDate>Tue, 02 Mar 2010 05:38:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  script en .sh quelques questions.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3312144#p3312144</link>
			<description><![CDATA[<p>oui merci je vais essayer !</p>]]></description>
			<author><![CDATA[dummy@example.com (Adrenaline28)]]></author>
			<pubDate>Tue, 02 Mar 2010 05:38:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3312144#p3312144</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  script en .sh quelques questions.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3312016#p3312016</link>
			<description><![CDATA[<p>(abonnement)</p>]]></description>
			<author><![CDATA[dummy@example.com (nesthib)]]></author>
			<pubDate>Tue, 02 Mar 2010 00:26:56 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3312016#p3312016</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  script en .sh quelques questions.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3311773#p3311773</link>
			<description><![CDATA[<p>Salut,</p><p>J&#039;utilise également screen pour lancer des scripts automatiquement, mais pas de la même façon. Exemple:</p><div class="codebox"><pre><code>screen -S monnom -d -m /chemin/vers/autrescript</code></pre></div><p>Cette ligne crée un screen nommé <em>monnom</em> qui est détaché, dans lequel s&#039;executera le script <em>autrescript</em></p><p>En fait, le script <em>autrescript</em> devrait contenir ça pour toi: </p><div class="codebox"><pre><code>cd /monserveur1/dossier
./boot</code></pre></div><p>J&#039;espère avoir pu t&#039;aider <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Sinon il y a ça aussi: &quot;man script&quot; <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (kimented)]]></author>
			<pubDate>Mon, 01 Mar 2010 22:29:05 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3311773#p3311773</guid>
		</item>
		<item>
			<title><![CDATA[script en .sh quelques questions.]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3311540#p3311540</link>
			<description><![CDATA[<p>Bonjour à tous et à toutes,<br />Je suis gère actuellement un serveur sous Ubuntu Server 9.10 et j&#039;aurais quelques questions à propos des scripts d&#039;exécution de commande.</p><p>Voila donc je cherche à créé un script qui démarrerait toutes les applications de mon serveur. </p><p><span class="bbu">Exemple</span> :</p><div class="codebox"><pre><code>#script.sh
screen -dmS Monserveur1
screen -r Monserveur1
cd /monserveur1/dossier
./boot
****CTRL A + D*****

screen -dmS Monserveur2
screen -r Monserveur2
cd /monserveur2/dossier
./boot
****CTRL A + D*****

...</code></pre></div><p>La seul question que j&#039;aimerais savoir c&#039;est quel commande peut remplacer le controle a + d que l&#039;on fait pour quitter un screen ? Et pour les autres controles comme pour Fermer un screen : ctrl a + \ ...</p><p>C&#039;est vraiment la seule chose qui me manque pour pouvoir créer des .sh très performant.</p><p>Merci d&#039;avance</p>]]></description>
			<author><![CDATA[dummy@example.com (Adrenaline28)]]></author>
			<pubDate>Mon, 01 Mar 2010 20:57:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3311540#p3311540</guid>
		</item>
	</channel>
</rss>
