<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tutoriales Linux &#187; screen</title>
	<atom:link href="http://tutorialeslinux.com/categoria/shells/screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialeslinux.com</link>
	<description>Tu sitio de COMOs de Linux</description>
	<lastBuildDate>Wed, 12 Aug 2009 23:51:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Usando screen</title>
		<link>http://tutorialeslinux.com/usando-screen/</link>
		<comments>http://tutorialeslinux.com/usando-screen/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 11:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[screen]]></category>
		<category><![CDATA[shells]]></category>

		<guid isPermaLink="false">http://tutorialeslinux.com/?p=96</guid>
		<description><![CDATA[Screen es un programa definido: 

Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for [...]


Post relacionados:<ol><li><a href='http://tutorialeslinux.com/tip-shorcuts-atajos-de-teclado-para-bash/' rel='bookmark' title='Permanent Link: TIP shorcuts (atajos de teclado) para bash'>TIP shorcuts (atajos de teclado) para bash</a> <small> Ctrl+l      Limpia la pantalla, hace lo mismo que...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gnu.org/software/screen/">Screen</a> es un programa definido: </p>
<blockquote><p>
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows the user to move text regions between windows.</p></blockquote>
<p> Lo que viene a decir que hace una consola virtual en la que puedes ejecutar algo, luego cerrarla, pero el proceso se seguirá procesando. </p>
<p> Algunos comandos útiles con screen </p>
<p>Crear sesion en consola: <em> screen</em><br />
Listar sesiones guardadas: <em> screen -ls</em><br />
Ingresar a una sesion: <em> screen -rx PID DE SCRREN </em><br />
Guarda sesión de screen: <em> CTRL+a (solo una vez) + tecla d</em><br />
Nueva sesion de screen: <em>CRTL+a (solo una vez) + tecla a</em><br />
Avanzar a una sesion abierta de screen: <em> CTRL+a (solo una vez) + tecla p</em><br />
Retroceder a una sesion abierta de screen: <em>CRTL+a (solo un vez) + tecla n </em></p>


<p>Post relacionados:<ol><li><a href='http://tutorialeslinux.com/tip-shorcuts-atajos-de-teclado-para-bash/' rel='bookmark' title='Permanent Link: TIP shorcuts (atajos de teclado) para bash'>TIP shorcuts (atajos de teclado) para bash</a> <small> Ctrl+l      Limpia la pantalla, hace lo mismo que...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tutorialeslinux.com/usando-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
