6. Updating Your System with yum
페이지 정보
작성자 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 7,224회 작성일 13-06-23 23:11본문
Use the
update
option to upgrade all of your CentOS system software to the latest version with one operation. To perform a full system update, type this command:
su -c 'yum update'
At the prompt, enter the
root
password. The
yum
package supplied with CentOS includes scripts to perform full system updates every day. To activate automatic daily updates, enter this command: su -c '/sbin/chkconfig --level 345 yum on; /sbin/service yum start'
At the prompt, enter the password for the
root
account. How Daily Updates are Run | |
---|---|
There is no separate yum service that runs on your system. The command given above enables the control script /etc/rc.d/init.d/yum . This control script activates the script /etc/cron.daily/yum.cron , which causes the cron service to perform the system update automatically at 4am each day. |
관련링크
댓글목록
등록된 댓글이 없습니다.