rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 72: | Line 72: | ||
<!--T:17--> | <!--T:17--> | ||
The [https://en.wikipedia.org/wiki/GNU_Screen | 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, |