<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://eblog.ink/feed/rss/archives/166/">
<title>Eric&#039;s Blog - Linux  screen命令的使用 的评论</title>
<link>https://eblog.ink/archives/166/</link>
<description>1.执行：screen -S xxx 创建screen会话2.执行：screen -ls    查看对应会话的session id3.执行：screen -D -r session id注意：s...</description>
<items>
<rdf:Seq>
</rdf:Seq>
</items>
</channel>
</rdf:RDF>