gzexe加密/解密用法:
加密: gzexe test.sh (test.sh~ 是备份文件,test.sh是加密文件)
解密: gzexe -d test.sh
如果解密时报错:tail: cannot open `+14` for reading: No such file or directory
解决方法:执行export _POSIX2_VERSION=199209
对比前后文件: diff /root/test.sh~ /tmp/test
gzexe加密/解密用法:
加密: gzexe test.sh (test.sh~ 是备份文件,test.sh是加密文件)
解密: gzexe -d test.sh
如果解密时报错:tail: cannot open `+14` for reading: No such file or directory
解决方法:执行export _POSIX2_VERSION=199209
对比前后文件: diff /root/test.sh~ /tmp/test