linux screen command

  • script /dev/null # output screen operations to null
  • Create a screen: screen -S <xxxx>
  • Create a screen: hold ctrl+a (hereafter referred to as ca), then press c (ctrl+d to exit)
  • Switch screen: ca, n (or ca, p )
  • Split windows: Ctrl + a S (capital S), (Ctrl + a Tab to bring the cursor to the window below, then Ctrl + ac to create a new screen)
  • Quickly switch screen: ca,1,2,3...
  • Quick switch between two windows: ca, ca
  • Show a list of all windows: Ca w 

 

Reference: http://www.cnblogs.com/mchina/archive/2013/01/30/2880680.html

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326564643&siteId=291194637