Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

Introduction to Linux I Chapter 12 Exam

Last Updated on May 20, 2021 by Admin

Introduction to Linux I Chapter 12 Exam Answer

  1. Question ID 503

    Which archiving method is compatible across Linux, Microsoft Windows and Mac operating systems?

    • cpio
    • dd
    • zip
    • tar
  2. Question ID 504

    Which option to the zip command can be used to recursively compress multiple directories?

    • -r
    • -R
    • -l
    • -d
  3.  

  4. Question ID 505

    Which option to the zip command will list its files without uncompressing them?

    • -R
    • -l
    • -c
    • -F
  5. Question ID 506

    The unzip command can be used without options to extract files from a zip archive.

    True or False?

    • True
    • False
  6. Question ID 509

    Which option to the gzip command can be used to retain the uncompressed files when creating an archive?

    • -R
    • -F
    • No option needed, gzip does this by default
    • -c
  7.  

  8. Question ID 510

    Which option to the unzip command can be used to estimate the size of an archive when it is decompressed?

    • -l
    • -c
    • -R
    • -F
  9. Question ID 511

    It is not possible to recursively compress files within directories with gzip.

    True or False?

    • True
    • False
  10. Question ID 512

    To decompress the archive example.gz, use the following command:

    • gunzip example.gz
    • gunzip -x example.gz
    • gzip -u example.gz
    • gzip -x example.gz
  11. Question ID 513

    gzip and bzip are aliases for the same utility.

    True or False?

    • True
    • False
  12.  

  13. Question ID 514

    bzip2 archives are typically indicated with which file extension?

    • .bz
    • .bz2
    • .b2
    • .gz
  14. Question ID 515

    Which option to the bzip2 command can be used to report the compression ratio of an archive?

    • -l
    • -R
    • -v
    • -c
  15. Question ID 516

    Which option to the bzip2 command can be used for recursive compression?

    • -v
    • bzip2 doesn’t support recursive compression
    • -c
    • -R
  16. Question ID 517

    gzip and bzip2 use the same compression algorithm.

    True or False?

    • True
    • False
  17.  

  18. Question ID 518

    Which of the following functions is not a primary use of the tar command:

    • Extract archives
    • View archives
    • Create archives
    • Repair corrupted archives
  19. Question ID 519

    The tar command supports which of the following styles of option(s)?

    (choose three)

    • DOS
    • GNU
    • BSD
    • Unix
  20. Question ID 520

    The tar command supports:

    • gzip compression only
    • bzip compression only
    • Both gzip and bzip2 compression
    • only uncompressed archives
  21. Question ID 521

    Which of the following commands could be used to extract the archive, example.tar?

    • tar -uz example.tar
    • tar -xz example.tar
    • tar -xf example.tar
    • tar -uf example.tar
  22. Question ID 522

    By default, tar will attempt to extract an archive…

    • into the working directory.
    • to the specified directory.
    • into the archive’s parent directory.
    • into the user’s home directory.
  23.  

  24. Question ID 523

    The cpio command has four modes of operation.

    True or False?

    • True
    • False
  25. Question ID 524

    Which of the following options puts the cpio command in copy-out mode?

    • -v
    • -u
    • -o
    • -i
  26. Question ID 525

    Which of the following options puts the cpio command into copy-in mode?

    • -i
    • -u
    • -o
    • -v
  27. Question ID 526

    Which of the following options allows the cpio command to overwrite existing files?

    • -u
    • -v
    • -o
    • -i
  28. Question ID 527

    The cpio command will preserve metadata when copying files.

    True or False?

    • True
    • False
  29. Question ID 528

    When copying entire devices using the dd command, you must specify:

    • block size and count only
    • input file and output file only
    • input file, output file, and block count
    • input file, output file, block size and count
  30. Question ID 529

    The dd command can be used to create iso files.

    True or False?

    • True
    • False
  31. Question ID 530

    The dd command can be used to create large files the can be used as swap files.

    True or False?

    • True
    • False
  32. Question ID 531

    The dd command can be used to copy entire partitions.

    True or False?

    • True
    • False
  33. Question ID 532

    Which of the following is not a valid argument for the dd command?

    • count
    • in
    • if
    • bs
    • of
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.