2015年6月18日 星期四

Set screen names with GNU screen

To create a new screen with the name foo, use
screen -S foo
Then to reattach it, run
screen -r foo  # or use -x, as in
screen -x foo  # for "Multi display mode" (see the man page)

沒有留言:

張貼留言