Since 1982

예약종료 본문

Linux-Ubuntu

예약종료

안퉤 2009. 7. 7. 04:51
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
항상 노래를 켜놓고 자는 습관과 컴퓨터좀 끄고 자라는 엄마의 잔소리

결론은 예약종료(??)....

shutdown -h +30 -----> 30분 후에 종료



shutdown 사용법

ahn@ahn-laptop:~$ shutdown --help

Usage: shutdown [OPTION]... TIME [MESSAGE]
Bring the system down.

Options:
  -r                          reboot after shutdown
  -h                          halt or power off after shutdown
  -H                          halt after shutdown (implies -h)
  -P                          power off after shutdown (implies -h)
  -c                          cancel a running shutdown
  -k                          only send warnings, don't shutdown
  -q, --quiet                 reduce output to errors only
  -v, --verbose               increase output to include informational messages
      --help                  display this help and exit
      --version               output version information and exit

TIME may have different formats, the most common is simply the word 'now' which
will bring the system down immediately.  Other valid formats are +m, where m is
the number of minutes to wait until shutting down and hh:mm which specifies the
time on the 24hr clock.

Logged in users are warned by a message sent to their terminal, you may include
an optional MESSAGE included with this.  Messages can be sent without actually
bringing the system down by using the -k option.

If TIME is given, the command will remain in the foreground until the shutdown
occurs.  It can be cancelled by Control-C, or by another user using the -c
option.

The system is brought down into maintenance (single-user) mode by default, you
can change this with either the -r or -h option which specify a reboot or
system halt respectively.  The -h option can be further modified with -H or -P
to specify whether to halt the system, or to power it off afterwards.  The
default is left up to the shutdown scripts.

'Linux-Ubuntu' 카테고리의 다른 글

우분투 9.10 Karmic Koala 릴리즈 스케줄  (2) 2009.07.27
우분투 스크린샷  (0) 2009.07.25
우분투에 rpm 패키지 설치  (0) 2009.07.05
버박(virtualbox) 공유폴더 설정  (0) 2009.07.03
우분투 세팅  (0) 2009.07.02