<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://fr-wiki.ikoula.com/index.php?action=history&amp;feed=atom&amp;title=Cat%C3%A9gorie%3ALinux%2FUtiliser_screen</id>
	<title>Catégorie:Linux/Utiliser screen - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://fr-wiki.ikoula.com/index.php?action=history&amp;feed=atom&amp;title=Cat%C3%A9gorie%3ALinux%2FUtiliser_screen"/>
	<link rel="alternate" type="text/html" href="https://fr-wiki.ikoula.com/index.php?title=Cat%C3%A9gorie:Linux/Utiliser_screen&amp;action=history"/>
	<updated>2026-04-11T11:54:39Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://fr-wiki.ikoula.com/index.php?title=Cat%C3%A9gorie:Linux/Utiliser_screen&amp;diff=27729&amp;oldid=prev</id>
		<title>Graguetbd28d : Page créée avec « ==Introduction== &lt;!--T:1--&gt;  Screen est un multiplexeur de terminal qui permet entre autre:  -&gt; de garder un (ou plusieurs) shells ouvert sans forcément avoir d'utilisate... »</title>
		<link rel="alternate" type="text/html" href="https://fr-wiki.ikoula.com/index.php?title=Cat%C3%A9gorie:Linux/Utiliser_screen&amp;diff=27729&amp;oldid=prev"/>
		<updated>2019-12-29T18:50:42Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ==Introduction== &amp;lt;!--T:1--&amp;gt;  Screen est un multiplexeur de terminal qui permet entre autre:  -&amp;gt; de garder un (ou plusieurs) shells ouvert sans forcément avoir d&amp;#039;utilisate... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction== &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Screen est un multiplexeur de terminal qui permet entre autre:&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; de garder un (ou plusieurs) shells ouvert sans forcément avoir d'utilisateur de connecté à la machine.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-&amp;gt; de visualiser à plusieurs la même chose (plusieurs users se connecte au même screen et vois la même chose).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-&amp;gt; avoir plusieurs terminaux facilement switchable même en tty.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
-&amp;gt; laissé des logiciels tournés et pouvoir interagir avec depuis l'extérieur (ssh)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation== &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pour effectuer l'installation de screen, vous devez effectuer un:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nous pouvons par la suite passer à l'installation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
aptitude install screen&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Utilisation== &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Créer un screen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
screen -S test&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lister les screens disponibles:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
screen -ls&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Résultat:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
There is a screen on:&lt;br /&gt;
61814.test      (12/28/2019 09:28:04 PM)        (Attached)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Pour se connecter sur notre screen &amp;quot; test &amp;quot;, nous pouvons effectuer les commandes suivantes:&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; Se connecter via le nom du screen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
screen -x test &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; Se connecter via l'ID du screen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
screen -x 61814&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si vous n'avez qu'un seul screen, vous pouvez directement effectuer un:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
screen -x&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Graguetbd28d</name></author>
	</entry>
</feed>