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

NDG Linux Essentials 2.0 Chapter 9 Exam Online

Last Updated on May 20, 2021 by Admin

NDG Linux Essentials 2.0 Chapter 9 Exam Online

NDG -- Linux Essentials 2.0 -- Chapter 9 Exam

Time limit: 0

Quiz-summary

0 of 21 questions completed

Questions:

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21

Information

NDG — Linux Essentials 2.0 — Chapter 9 Exam

You have already completed the quiz before. Hence you can not start it again.

Quiz is loading...

You must sign in or sign up to start the quiz.

You have to finish following quiz, to start this quiz:

Results

0 of 21 questions answered correctly

Your time:

Time has elapsed

You have reached 0 of 0 points, (0)

Average score
 
 
Your score
 
 

Categories

  1. Not categorized 0%
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  1. Answered
  2. Review
  1. Question 1 of 21
    1. Question
    1 points

    Compression of a file works by:

    Correct

    Incorrect

  2. Question 2 of 21
    2. Question
    1 points

    In general, for which of the following would you want to use lossless compression?

    Correct

    Incorrect

  3. Question 3 of 21
    3. Question
    3 points

    Lossy compression:
    (choose three)

    Correct

    Incorrect

  4. Question 4 of 21
    4. Question
    2 points
    You type gzip myfile.tar. What happens?

    (choose two)

    Correct

    Incorrect

  5. Question 5 of 21
    5. Question
    1 points

    How would you obtain output similar to the following?

    compressed uncompressed ratio uncompressed_name
    
    278168    1016950      72.6%  tags
    Correct

    Incorrect

  6. Question 6 of 21
    6. Question
    1 points
    Which command would you use to archive the Documents directory and compress it with bzip2 compression?
    Correct

    Incorrect

  7. Question 7 of 21
    7. Question
    1 points
    Which flag would you pass to tar in order to have it make a new archive?
    Correct

    Incorrect

  8. Question 8 of 21
    8. Question
    1 points
    Which command will show what is inside the compressed tarball with a name of foo.tar.gz?
    Correct

    Incorrect

  9. Question 9 of 21
    9. Question
    1 points
    In the command tar -cvjf foo.tbz a b c, what are a, b, and c?
    Correct

    Incorrect

  10. Question 10 of 21
    10. Question
    2 points
    Given the command tar –cvjf homedirs.tbz /home, which of the following are true?

    (choose two)

    Correct

    Incorrect

  11. Question 11 of 21
    11. Question
    1 points

    You archived your users’ directories into a file called backup.tar.gz. You then view the archive and see the filenames follow this convention:

    home/username/somefile

    How will you extract just the files for the user called fred?

    Correct

    Incorrect

  12. Question 12 of 21
    12. Question
    1 points
    Which of the following commands will create a zipfile with the contents of your Documents directory?
    Correct

    Incorrect

  13. Question 13 of 21
    13. Question
    1 points
    Given a file called documents.zip, how can you see what’s in it without extracting the files?
    Correct

    Incorrect

  14. Question 14 of 21
    14. Question
    1 points
    Given a file called documents.zip, how can you extract just the files under ProjectX?
    Correct

    Incorrect

  15. Question 15 of 21
    15. Question
    1 points

    You try to compress a file that is already compressed. Which of the following statements is true?

    Correct

    Incorrect

  16. Question 16 of 21
    16. Question
    3 points

    Which of the following commands can be used to compress a file?
    (choose three)

    Correct

    Incorrect

  17. Question 17 of 21
    17. Question
    3 points
    The three main modes of tar are:

    (choose three)

    Correct

    Incorrect

  18. Question 18 of 21
    18. Question
    1 points
    In the command tar -czf foo.tar.gz bar, what is the purpose of the f flag?
    Correct

    Incorrect

  19. Question 19 of 21
    19. Question
    2 points

    Which two commands do the same thing?
    (choose two)

    Correct

    Incorrect

  20. Question 20 of 21
    20. Question
    2 points

    Which two programs use the Lempel-Ziv-Markov chain algorithm?
    (choose two)

    Correct

    Incorrect

  21. Question 21 of 21
    21. Question
    1 points
    By default, the zip command replaces uncompressed files with compressed files.

    True or False?

    Correct

    Incorrect

  • 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.