SCCSCREEN - pszteliga/img_wiki GitHub Wiki
sccscreen is a tool, usefull e.g. when running script or SQL that will work longer than few minites. Terminal session sometimes could be terminated, then script/SQL will be also terminated but when using sccscreen, we could return to our previous session, when terminal connection will be iterrupted/terminated our session on client server will be still running.
βTo start sccscreen:
sccscreen -S OUR_EASY_TO_REMEMBER_NAME e.g.
sccscreen -S PAWSZTEL
β
To detach and not terminate session:
Ctrl+Shift+a and then "d"ββ
To return to session:
sccscreen -x NAME e.g.
sccscreen -x PAWSZTE