升级Bash的方法
首先检测如下:
[root@Linux myshell]# env x='() { :; }; echo be careful' bash -c "echo this is a test"
this is a test如果出现:
be careful this is a test
表示可以升级
升级方式如下:
yum -y update bash rpm -qa bash
计算机网络/计算机科学与应用/系统/运维/开发
升级Bash的方法
首先检测如下:
[root@Linux myshell]# env x='() { :; }; echo be careful' bash -c "echo this is a test"
this is a test如果出现:
be careful this is a test
表示可以升级
升级方式如下:
yum -y update bash rpm -qa bash
努力的意义,不在于一定会让你取得多大的成就,只是让你在平凡的日子里,活得比原来的那个自己更好一点。