Linux putty screen operations

  1. kill all screen
    screen -wipe 根本没用, 要用 Killall screen

  2. screen -ls 列出所有 screen

  3. terminate a screen: ctr+a+d

  4. attach a screen: screen -r ####

你可能感兴趣的:(Linux putty screen operations)