Chinaunix首页 | 论坛 | 博客
  • 博客访问: 228785
  • 博文数量: 57
  • 博客积分: 2135
  • 博客等级: 大尉
  • 技术积分: 570
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-10 13:55
文章分类

全部博文(57)

文章存档

2017年(1)

2011年(4)

2010年(4)

2009年(8)

2008年(3)

2007年(37)

我的朋友

分类: BSD

2009-04-01 15:01:46

在FreeBSD下screen的描述
       Screen is a full-screen window manager that multiplexes a physical ter-
       minal between several processes (typically interactive  shells).   Each
       virtual terminal provides the functions of a DEC VT100 terminal and, in
       addition, several control functions from the ISO 6429  (ECMA  48,  ANSI
       X3.64)  and ISO 2022 standards (e.g. insert/delete line and support for
       multiple character sets).  There is a  scrollback  history  buffer  for
       each virtual terminal and a copy-and-paste mechanism that allows moving
       text regions between windows.
 
首先查看是否安装screen,没有则先安装:cd /usr/ports/sysutils/screen && make install clear
 
接着,创建session
#screen -s /bin/sh -S mysession
  -s /bin/sh 设定shell
  -S mysession 设定session名
在其它终端上进入上面这个session:
#screen -x mysession
 
阅读(1094) | 评论(0) | 转发(0) |
0

上一篇:修改IP地址和网关

下一篇:时间和时区

给主人留下些什么吧!~~