Why my task is marked failed?

Hello All,
I was performing the task below:
a. Make a mark.tar.gz compressed archive of /data/mark directory and move the archive to /home directory on Storage Server.

And I did made the compressed archive of /data/mark directory and move the archive to /home directory on Storage Server but still its marked as failed, why?

image

Hello, rohit
I think task is about to use only tar command not use extra command gzip.
You can take help of tar --help for more specification.
You can perform this task:
tar -cvfz mark.tar.gz mark
where is z keyword indicating for gzip feature.
Don’t worry for that you will get assign this task in the future so be ready for the upcoming tasks.

1 Like