Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
Line 59: | Line 59: | ||
==GNU Screen== | ==GNU Screen== | ||
The [https://en.wikipedia.org/wiki/GNU_Screen screen] program is | The [https://en.wikipedia.org/wiki/GNU_Screen screen] program is anpther 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 <tt>screen -list</tt> 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 <tt>screen -list</tt> to see a list of your detached terminal sessions on this node, |