首先安裝screen
然後開啟screen
screen
以下是操作命令:
a)
水平拆分
ctrl + a, 然後 shift + s
or垂直拆分
ctrl + a, 然後 shift + \
b)切換視窗
ctrl + a, 然後 按 tab
orctrl + a, 然後 輸入 :focus
這裡 :focus 是命令
c)開啟存在的對話視窗
ctrl + a, 然後 按 0-9
orctrl + a, 然後 按 n or p
orctrl + a, 然後 按shift + '
orctrl + a, 然後 按 c
d)調整視窗大小
ctrl + a, 然後 輸入 :resize 25
這裡 :resize 是命令
e)移除當前視窗
ctrl + a, 然後 輸入 :remove
這裡 :remove 是命令
orctrl + a, 然後 按 shift + x
f)移除所有視窗除了當前
ctrl + a, 然後 輸入 :only
這裡 :only 是命令
orctrl + a, 然後 按 shift +q
g) 關閉所有視窗
ctrl + a, 然後 按 \
Linux下手動安裝screen
簡單說來就是自己用screen原始碼編譯安裝 now please check the pathnames in the makefile and inthe user configuration section in config.h.then type make to make screen.g...
原始碼編譯安裝 screen
本文 root web1 soft wget root web1 soft tar xvf screen 4.0.3.tar.gz root web1 soft cd screen 4.0.3 root web1 screen 4.0.3 configure root web1 screen 4.0...
伺服器安裝screen
安裝screen命令需要sudo許可權,把screen命令安裝在根目錄下,方便所有使用者使用,如果你是普通使用者如何安裝呢?首先,要檢視自己是否在sudo的許可權組中 sudo l u 使用者名稱,如果出現了如下畫面,則認為在sudoers中 如果不在則為如下 從這裡看出ubuntu使用者在sudo...