个人工具

“UbuntuHelp:DinkelVersus/Screen/zh”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{Translation}}{{From|https://help.ubuntu.com/community/DinkelVersus/Screen}}{{Translator|Yaoms}} {{Languages|UbuntuHelp:DinkelVersus/Screen}} This page is a short guide about installing...)
 
 
第1行: 第1行:
{{Translation}}{{From|https://help.ubuntu.com/community/DinkelVersus/Screen}}{{Translator|Yaoms}}
+
{{Translation}}{{From|https://help.ubuntu.com/community/DinkelVersus/Screen}}{{Translator|Yaoms}}{{Languages|UbuntuHelp:DinkelVersus/Screen}} This page is a short guide about installing and using the terminal program <code><nowiki>screen</nowiki></code>.
{{Languages|UbuntuHelp:DinkelVersus/Screen}} This page is a short guide about installing and using the terminal program <code><nowiki>screen</nowiki></code>.
+
 
 
这是一个关于安装和使用终端程序<code><nowiki>screen</nowiki></code>的简短的介绍。
 
这是一个关于安装和使用终端程序<code><nowiki>screen</nowiki></code>的简短的介绍。
  
第7行: 第7行:
 
<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 ==
+
<code><nowiki>screen</nowiki></code> 是一个控制台程序,通过它你可以打开多个虚拟终端并在它们之间任意切换。运行在这些虚拟终端中的程序可以在你从虚拟终端断开的情况下继续在系统后台运行(您还可以随时再接入进去)。
 +
 
 +
== 安装 ==
 
<pre>sudo aptitude -y install screen</pre>  
 
<pre>sudo aptitude -y install screen</pre>  
That was easy!
+
安装其实很简单!
  
== Starting Sceen ==
+
== 启动 Sceen ==
  
You start screen by typing
+
输入以下命令就可以启动 screen:
 
<pre>screen</pre>  
 
<pre>screen</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 ==
+
简略阅读一下显示出来的介绍文字,然后敲Enter键(其实是Space键)就可以进入一个虚拟终端环境。一旦你进入这个虚拟环境,你会发现它看起来和普通的终端没有任何区别。
 +
 
 +
== 使用 Screen ==
  
 
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 more to come...
 
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 more to come...
 +
 +
默认情况下,Ctrl + A 组合键可以开始一个<code><nowiki>screen</nowiki></code> 命令 (此处记为C-A)。要创建一个新的虚拟终端,只需输入: C-A C-C...
  
 
----
 
----
  
 
[[Category:CategoryDocumentation]] [[Category:UbuntuHelp]]
 
[[Category:CategoryDocumentation]] [[Category:UbuntuHelp]]

2008年3月25日 (二) 09:54的最新版本

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

这是一个关于安装和使用终端程序screen的简短的介绍。

简介

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.

screen 是一个控制台程序,通过它你可以打开多个虚拟终端并在它们之间任意切换。运行在这些虚拟终端中的程序可以在你从虚拟终端断开的情况下继续在系统后台运行(您还可以随时再接入进去)。

安装

sudo aptitude -y install screen

安装其实很简单!

启动 Sceen

输入以下命令就可以启动 screen:

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.

简略阅读一下显示出来的介绍文字,然后敲Enter键(其实是Space键)就可以进入一个虚拟终端环境。一旦你进入这个虚拟环境,你会发现它看起来和普通的终端没有任何区别。

使用 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...

默认情况下,Ctrl + A 组合键可以开始一个screen 命令 (此处记为C-A)。要创建一个新的虚拟终端,只需输入: C-A C-C...