Linux Case Study
End Course Assignment
Which of the following commands is used to zip and .tar.gz file contents
tar cvzf file.tar.gz [file or directory to be archived]
tar: stands for tape archive, which is used to create Archive and extract the Archive files.
-c...
learner57.hashnode.dev4 min read