Prolonging terminal sessions/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(Created page with "{| class="wikitable" |- ! Commande !! Description |- | <code>tmux</code> || Démarrer le serveur |- | <code>Ctrl+B D</code> || Se déconnecter du serveur |- | <code>tmux a</code> || Se reconnecter au serveur |- | <code>Ctrl+B C</code> || Créer une nouvelle fenêtre |- | <code>Ctrl+B N</code> || Aller à la prochaine fenêtre |- | <code>Ctrl+B [</code> || Activer le mode copie pour défilement avec la souris et les touches page suivante et page précédente |- | <code>...")
(Updating to match new version of source page)
Line 71: Line 71:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
The [https://en.wikipedia.org/wiki/GNU_Screen screen] program is another widely used terminal multiplexer. To create a detached terminal session, you can use the following command
The [https://en.wikipedia.org/wiki/GNU_Screen GNU Screen] program is another widely used terminal multiplexer. To create a detached terminal session, you can use the following command
{{Command|screen -S <session name>}}
{{Command|screen -S <session name>}}
It's a good idea to give a descriptive name to your terminal sessions, making it easier to identify them later. You can use the command <code>screen -list</code> to see a list of your detached terminal sessions on this node,
It's a good idea to give a descriptive name to your terminal sessions, making it easier to identify them later. You can use the command <code>screen -list</code> to see a list of your detached terminal sessions on this node,
38,760

edits

Navigation menu