PrepAway - Latest Free Exam Questions & Answers

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?

PrepAway - Latest Free Exam Questions & Answers

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


Leave a Reply