screen - terminal multiplexer with VT100/ANSI terminal emulation
卸離 (Detach)
Ctrl+a d
Create
Ctrl+a c
Next
Ctrl+a n
前一 (Previous)
Ctrl+a p
shell> apt-get install screen
shell> screen
shell> screen -d -m aria2c http://example.org/mylinux.torrent
shell> screen -r
shell> screen -ls
shell> screen -d -S foo -m bash -c ""
.screenrc
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "