$ sudo apt-get install screen
$ screen bash
Press CTRL+A
, release, then press D
$ screen -list
If just 1 instance: $ screen -r
Else: $ 1100.pts-0.raspberrypi
(Type its name after the -r
)
CTRL+D
(you have to be in the instance though)
$ sudo apt-get install screen
$ screen bash
Press CTRL+A
, release, then press D
$ screen -list
If just 1 instance: $ screen -r
Else: $ 1100.pts-0.raspberrypi
(Type its name after the -r
)
CTRL+D
(you have to be in the instance though)