SSH üzerinde Screen İşlemi

Merhaba Arkadaşlar ;

SSH üzerinde Screen işlemleri için aşağıdaki bilgileri kullanabilirsiniz.

screen -S namexx
Create a new screen – terminal (session) with the session-name “namexx”

screen -ls
List all screen terminals :
the list will contain the following information :
the state of the screen terminals ( Attached , Detached)
the PID of of each screen terminal
the name of each screen terminal

screen -R
If only one screen terminal is in “detached” state , it will be enable the screen session.
If more screen terminals are in “detached” state , it will list them to make a selection .

screen -R namexx
Enable a session with screen terminal “namexx”

screen -d -R namexx (çıkmak için)
If the “screen terminal ” is already attached on another root terminal , it must first be detached with the “-d” , before it can be attached on this terminal

screen -r nnnn (girmek için)
Enable a session with screen terminal that has PID “nnnn” (see screen -ls)

screen -t namex -S nameyy
Create a new session with screen-terminal with session-name “nameyy” , but also name the terminal “namex ” .
From inside a session terminal press :CTL +a and w ” , this will reveal the name of the session terminal . This is very handy functionality .
Screenden çıkmak
ctrl+a+d

 

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir