个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{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...)
(没有差异)

2007年5月24日 (四) 09:29的版本



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