nerdexam
LPI

201-450 · Question #345

Which of the following commands restores only those files containing lpi in their name from the archive lpifiles.tar.gz?

The correct answer is A. tar xvzf lpifiles.tar.gz --wildcards `*lpi*'. You've hit your weekly limit · resets 5am (America/New_York)

204 Filesystem and Devices

Question

Which of the following commands restores only those files containing lpi in their name from the archive lpifiles.tar.gz?

Options

  • Atar xvzf lpifiles.tar.gz --wildcards `lpi'
  • Btar xvzwf lpifiles.tar.gz `lpi'
  • Ctar -xvfz lpifiles.tar.gz --deep `lpi'
  • Dtar -xvzf lpifiles.tar.gz --subdirs `lpi'
  • Etar xvzf lpifiles.tar.gz --globbing `lpi'

How the community answered

(22 responses)
  • A
    77% (17)
  • C
    5% (1)
  • D
    14% (3)
  • E
    5% (1)

Explanation

You've hit your weekly limit · resets 5am (America/New_York)

Topics

#tar#wildcards#archive extraction#gzip

Community Discussion

No community discussion yet for this question.

Full 201-450 Practice