How do I tar a directory without retaining the directory structure?
Hi,
I want to create tar file without retaining the directory permission.
How to do this?
Thanks
View Answers
April 8, 2018 at 5:26 AM
Use
tar czf ~/backup.tgz
Thanks
Related Tutorials/Questions & Answers:
Advertisements