<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Screen - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=Screen&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 14:23:30 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old</title>
			<link>https://www.slackwiki.com/index.php?title=Screen&amp;diff=175&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Screen&amp;diff=175&amp;oldid=prev</guid>
			<description>&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;</description>
			<pubDate>Sat, 06 Jun 2009 23:19:13 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Screen</comments>
		</item>
</channel></rss>