What will be the result of running this sequence of commands?

A user is creating an archive using the zip utility. The user executes the following sequence of
commands.
$ zip -rm archive.zip /data/dir1
$ zip -rm archive.zip /product/dir1
$ zip -rm archive.zip /data/dir2
What will be the result of running this sequence of commands?

A user is creating an archive using the zip utility. The user executes the following sequence of
commands.
$ zip -rm archive.zip /data/dir1
$ zip -rm archive.zip /product/dir1
$ zip -rm archive.zip /data/dir2
What will be the result of running this sequence of commands?

A.
An archive.zip file will be created and the contents will be the three directories.

B.
An archive.zip file will be created the contents will be /data/dir2

C.
An archive.zip file will be created the contents will be /data/dir1

D.
The three directories will be removed from the archive.zip

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *