shell - Access local console via SSH - Server Fault
- Using "screen" is the way to go
- start by typing screen
- type your command
- press CTRL+A d (to exit the screen)
- this will detach the screen from your current session.
- once you log back to your server, you can type : screen -ls to see the list of active screens
- reattach the screen by using the command : screen -r <id of the screen>
그냥 screen -r 하면 최근 화면으로 간다.
local console 출력을 보고 싶을 때 screen을 대용으로 쓰면 된다.
'Unix/Linux' 카테고리의 다른 글
How to Add User to Sudoers or Sudo Group on Ubuntu (phoenixnap.com) (0) | 2023.09.24 |
---|---|
Ubuntu set time zone (0) | 2021.08.21 |
Debian / Ubuntu Linux Delete Old Kernel Images Command (0) | 2021.01.02 |
우분투 리눅스에서 공인인증서 저장 위치 (0) | 2018.10.19 |
리눅스에 윈도우 폰트 설치하기 (0) | 2018.10.19 |