Basics Screens on linux

I always forge how to use the screen application in linux for ssh sesions. Here the basic stuff to work with screens:

Start
$ screen

Exit and close:
$$ CTRL + D
or
$$ exit

Disconect from the screen program but leaving it opened:
$$ CTRL +A CTRL+D

Reconect to an opened screen program:
$ screen -r

From the screen, create another “tab”:
$$ CTRL+A C

Switch selected tab:
$$ CTRL+A CTRL+A

List existing tabs:
$$ CTRL+A W

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s

Seguir

Get every new post delivered to your Inbox.