我们工作中经常遇到这样的情况:

Linux出现-bash: unzip: command not found_linux中神奇命令

 

 这样的意思,就是本系统没有安装可以执行此命令的功能

1.接下来我们使用安装命令:yum  

yum install -y unzip zip

Linux出现-bash: unzip: command not found_linux中神奇命令_02

 

 

Linux出现-bash: unzip: command not found_linux中神奇命令_03

 

 现在我验证一下zip命令  能不能执行的通:

Linux出现-bash: unzip: command not found_linux中神奇命令_04

 

 好了  这样就已经欧克了

学而不思则罔,思而不学则殆