Yesterday, I reported to my boss that our linux server was automatically updated every day. the boss was furious and said that the production system could not be like this and it was very insecure. a senior brother also said that when he was moving, server updates are also very cautious. It seems that my thinking is too technical and not comprehensive enough, so I will turn off automatic update when I come back. The operation record is as follows: [root @ jwbdbalpha] # chkconfig & ndash; listyum-updatesdyum-update reported to the boss yesterday that our linux server is automatically updated every day and the boss is furious, it is very insecure to say that the production system cannot be like this. a senior engineer also mentioned that server update is also very cautious when he was moving. It seems that my thinking is too technical and not comprehensive enough, so I will turn off automatic update when I come back.
The operation records are as follows:
[Root @ jwbdb alpha] # chkconfig-list yum-updatesd
Yum-updatesd 0: disable1: disable2: enabled3: enabled4: enabled5: enabled6: disable
[Root @ jwbdb alpha] # service yum-updatesd stop
Stop yum-updatesd: [OK]
[Root @ jwbdb alpha] # service yum-updatesd status
Yum-updatesd stopped
[Root @ jwbdb alpha] # chkconfig-level 35 yum-updatesd off
[Root @ jwbdb alpha] # chkconfig-list yum-updatesd
Yum-updatesd 0: disable1: disable2: enabled3: disable4: enabled5: disable6: disable