<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Screen</id>
	<title>Screen - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Screen"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Screen&amp;action=history"/>
	<updated>2026-04-08T14:23:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Screen&amp;diff=175&amp;oldid=prev</id>
		<title>Erik: Copy from old</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Screen&amp;diff=175&amp;oldid=prev"/>
		<updated>2009-06-06T23:19:13Z</updated>

		<summary type="html">&lt;p&gt;Copy from old&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
The screen tool is most commonly used with irc clients. What it&lt;br /&gt;
actually does is makes the program run in the background and then&lt;br /&gt;
resume later. For this example im going to use the irssi irc&lt;br /&gt;
client. First you need to start a term and type the following:&lt;br /&gt;
&lt;br /&gt;
 screen -S irc&lt;br /&gt;
&lt;br /&gt;
Now the -S means what to call the actual session name. Now we have a&lt;br /&gt;
session started, now lets launch irssi:&lt;br /&gt;
&lt;br /&gt;
 irssi&lt;br /&gt;
&lt;br /&gt;
Now we see the normal screen and this is nothing new. Now press&lt;br /&gt;
ctrl-a-d. Now your session has now gone away. Now say you want to come&lt;br /&gt;
back later on another ssh session? well this is possible!:&lt;br /&gt;
&lt;br /&gt;
 screen -r irc&lt;br /&gt;
&lt;br /&gt;
This now shows the session of irssi. Now isn't that COOL :). This is&lt;br /&gt;
useful for all programs as well not just irc.&lt;/div&gt;</summary>
		<author><name>Erik</name></author>
	</entry>
</feed>