'tmout'에 해당되는 글 1건

  1. 2010.02.18 bash shell - TMOUT 환경변수
Linux2010. 2. 18. 22:19
리눅스 마스터 공부하다가 나온녀석으로,
일정시간이 흐른뒤 자동으로 로그아웃 시키는 데 사용하는 환경변수이다.
단위는 초단위이며, bash shell 에서 지원한다.

TMOUT

If set to a value greater than zero, TMOUT is treated as the default timeout for the read builtin. The select command terminates if input does not arrive after TMOUT seconds when input is coming from a terminal. In an interactive shell, the value is interpreted as the number of seconds to wait for input after issuing the primary prompt. Bash terminates after waiting for that number of seconds if input does not arrive.


[링크 : http://linux.die.net/man/1/bash]


'Linux' 카테고리의 다른 글

bash 리다이렉션(redirection)  (0) 2010.02.22
리눅스 드라이버 / 모듈  (0) 2010.02.19
chmod(3)  (0) 2010.02.18
scp를 통한 대역폭 제한 복사(scp with bandwidth limit)  (2) 2010.02.16
Xwindow 해상도 설정하기  (0) 2010.02.16
Posted by 구차니