特殊:Badtitle/NS100:DinkelVersus/Screen:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/DinkelVersus/Screen}} {{Languages|UbuntuHelp:DinkelVersus/Screen}} This page is a short guide about installing and using the terminal program <c...
 
Wikibot留言 | 贡献
无编辑摘要
第1行: 第1行:
{{From|https://help.ubuntu.com/community/DinkelVersus/Screen}}
{{From|https://help.ubuntu.com/community/DinkelVersus/Screen}}
{{Languages|UbuntuHelp:DinkelVersus/Screen}}
{{Languages|UbuntuHelp:DinkelVersus/Screen}}
This page is a short guide about installing and using the terminal program <code><nowiki>screen</nowiki></code>.
This page is a short guide about installing and using the terminal program <code><nowiki>screen</nowiki></code>.
== Introduction ==
== Introduction ==
<code><nowiki>screen</nowiki></code> is a console program that lets you open and switch between multiple virtual consoles.  Programs running in a virtual console will continue running in the background when disconnected from the virtual console.
<code><nowiki>screen</nowiki></code> is a console program that lets you open and switch between multiple virtual consoles.  Programs running in a virtual console will continue running in the background when disconnected from the virtual console.
== Installation ==
== Installation ==
<pre><nowiki>
<pre><nowiki>
sudo aptitude -y install screen</nowiki></pre>
sudo aptitude -y install screen</nowiki></pre>
That was easy!
That was easy!
== Starting Sceen ==
== Starting Sceen ==
You start screen by typing
You start screen by typing
<pre><nowiki>
<pre><nowiki>
screen</nowiki></pre>
screen</nowiki></pre>
Read the intro text and then hit ENTER to be dumped into a virtual console.  Once you are in the virtual console, you will notice that is does not look any different than a normal console.
Read the intro text and then hit ENTER to be dumped into a virtual console.  Once you are in the virtual console, you will notice that is does not look any different than a normal console.
== Using Screen ==
== Using Screen ==
Be default, the control-A key combination starts a <code><nowiki>screen</nowiki></code> command (hereby abbreviated C-A).
Be default, the control-A key combination starts a <code><nowiki>screen</nowiki></code> command (hereby abbreviated C-A).
To create a new virtual console: C-A n
To create a new virtual console: C-A n
more to come...
more to come...
----
----
[[category:CategoryDocumentation]]
[[category:CategoryDocumentation]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年11月30日 (五) 16:47的版本

{{#ifexist: :DinkelVersus/Screen/zh | | {{#ifexist: DinkelVersus/Screen/zh | | {{#ifeq: {{#titleparts:DinkelVersus/Screen|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:DinkelVersus/Screen|1|-1|}} | zh | | }}

This page is a short guide about installing and using the terminal program screen.

Introduction

screen is a console program that lets you open and switch between multiple virtual consoles. Programs running in a virtual console will continue running in the background when disconnected from the virtual console.

Installation

sudo aptitude -y install screen

That was easy!

Starting Sceen

You start screen by typing

screen

Read the intro text and then hit ENTER to be dumped into a virtual console. Once you are in the virtual console, you will notice that is does not look any different than a normal console.

Using Screen

Be default, the control-A key combination starts a screen command (hereby abbreviated C-A). To create a new virtual console: C-A n more to come...