-
vi에서 screen 을 써보아요~Programming 2006. 12. 13. 11:03
vi 작업하다보면..
창하나에서 다른작업할려고 할때 늘 쓰는 screen ~
일주일이 무서운 양미현.. ㅡㅡ;;;;;;;
일주일 후면 기억이 가물가물하기에..
적어둔다..
음..우선 screen 의 간략한 설명부터
The screen utility allows you to have multiple logins on just one terminal. Screen is useful for users who telnet into a machine or are connected via a dumb terminal, but want to use more than just one login. Install the screen package if you need a screen manager that can support multiple logins on one terminal.
자자 screen 이 없다면 먼저 설치부터~
http://rpmfind.net/linux/rpm2html/search.php?query=screen
(회사 서버가 redhat 계열이라~)
screen 실행되었는지~ 확인~!
shell > screen - list
1. 스크린 실행
shell> screen
or
shell> screen -S willow2. 스크린 생성
shell > Ctrl + a c3. 스크린 이동
shell> Ctrl + a a
or
shell> Ctrl + a 1~9 (생성한 만큼)4. 스크린에서 나오기 (detach)
shell> Ctrl + a d5. 스크린 목록보기
shell> Ctrl + a w6.스크린(현재스크린) 나오기
shell> exit;7. 스크린이 일시적으로 멈출때 강제로 나오기
shell > Ctrl + q
(p.s. 이건 순전히 날위한 기록이기에 설명이 없다. 일주일후에 이걸봐도 기억안나면 어쩌징?? ㅡㅡa)'Programming' 카테고리의 다른 글
Putty Configuration - Font (0) 2006.12.19 웹페이지 로딩을 빠르게 (0) 2006.11.29 1px 짜리 이미지 쓰지 않고 스타일시트로 1px 조정하기. (0) 2006.11.29