http://dreamlog.tistory.com/470

 

1.     Ssh 접속

A.     Session 생성

                         i.         $ screen -S build1  (session )

B.      Session window 만들기

                         i.         Ctrl + a, c

2.     Ssh 종료

3.     Ssh 재접속

A.     $ screen -x build1 (session name)

'20. Programming > Tools - 4Linux' 카테고리의 다른 글

[Linux] Linux File types  (0) 2019.09.25
[Linux] 이전 dir로 이동하기 (Going to previous dir)  (0) 2018.04.06
[Linux] Permission 표현  (0) 2018.03.15

Preferences -> Settings

{

"font_size": 11,

"ignored_packages":

[

"Vintage"

],

"tab_size": 4,

"translate_tabs_to_spaces": true,

"trim_trailing_white_space_on_save": true

}

 



+ Recent posts