在centos中修復Bash漏洞的方法
通過在centos命令行中執行以下命令即可對Bash漏洞進行修復。
yum clean all yum makecache yum -y update bash
yum clean all
yum makecache
yum -y update bash