<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://lnote.cn/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://lnote.cn/wiki/feed.php">
        <title>LinuxNote - 程序应用:screen</title>
        <description></description>
        <link>http://lnote.cn/wiki/</link>
        <image rdf:resource="http://lnote.cn/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-30T21:40:11+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:screen&amp;rev=1686633917&amp;do=diff"/>
                <rdf:li rdf:resource="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:%E5%90%8E%E5%8F%B0%E8%BF%90%E8%A1%8C&amp;rev=1686633917&amp;do=diff"/>
                <rdf:li rdf:resource="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4&amp;rev=1686633917&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://lnote.cn/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>LinuxNote</title>
        <link>http://lnote.cn/wiki/</link>
        <url>http://lnote.cn/wiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:screen&amp;rev=1686633917&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-13T05:25:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>screen</title>
        <link>http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:screen&amp;rev=1686633917&amp;do=diff</link>
        <description>screen 详解手册、教程

什么是GNU Screen

常来我们版的，基本上就算没有自己用过也听说过screen的名字了，那么到底什 
么是screen, 它又是干什么的呢？为什么它能称得上是我们的镇版之宝？</description>
    </item>
    <item rdf:about="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:%E5%90%8E%E5%8F%B0%E8%BF%90%E8%A1%8C&amp;rev=1686633917&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-13T05:25:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>后台运行</title>
        <link>http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:%E5%90%8E%E5%8F%B0%E8%BF%90%E8%A1%8C&amp;rev=1686633917&amp;do=diff</link>
        <description>putty ssh 断开后 后台程序继续运行 和 前台管理 使用screen

  apt-get install screen

运行 screen,然后运行 你想要运行的程序 
按 ctrl+a, d 暂时断开screen
退出putty  重新连接 
screen -ls  查看刚才程序进程号 
screen -r 进程号 重新回来</description>
    </item>
    <item rdf:about="http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4&amp;rev=1686633917&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-13T05:25:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>常用命令</title>
        <link>http://lnote.cn/wiki/doku.php?id=%E7%A8%8B%E5%BA%8F%E5%BA%94%E7%94%A8:screen:%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4&amp;rev=1686633917&amp;do=diff</link>
        <description>screen 常用命令

以下是命令和解释。
运行：
screen


Ctrl-a S 新建水平分割窗口
Ctrl-a Tab 切换窗口
Ctrl-a :screen bash	新建 screen 终端，并运行 bash
Ctrl-a :quit 退出 screen，将关闭所有 screen 终端，结束其中所有任务</description>
    </item>
</rdf:RDF>
