Archive creation

Hello @Inderpreet,

I created the gzip file from /data/yousuf, moved it under the /home directory, and tested it by unzipping it (tar -xvf /home/yousuf.tar.gz), and saw that the files are intact. I’m not sure why I still failed this task. Please take a look and correct the result.

Thank you!

Steve

Hello, @stevefozer
If I am not wrong, you can do both work with tar command.

$ sudo tar -zcf yousuf.tar.gz /data/yousuf
$ sudo tar -xvf /home/yousuf.tar.gz