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 8 Exam

Last Updated on May 20, 2021 by Admin

Introduction to Linux I Chapter 8 Exam Answer

  1. Question ID 569

    Which regular expression character matches any one character?

    • .
    • ?
    • +
    • *
  2. Question ID 570

    Which regular expression character matches zero or more of the previous character?

    • ?
    • +
    • *
    • .
  3.  

  4. Question ID 571

    Which regular expression character matches one or more of the previous character?

    • –
    • $
    • *
    • +
  5. Question ID 572

    Which of the following regular expression characters is an extended regular expression character?

    • +
    • .
    • $
    • *
  6. Question ID 573

    What does “|” do in a regular expression?

    • Redirects input to the command
    • Redirects output from the command
    • Separates repetition modifiers
    • Separates alternative patterns that can be matches
  7. Question ID 574

    The regular expression a? is equivalent to:

    • a{0,1}
    • a{1}
    • a{1,}
    • a{0,}
  8.  

  9. Question ID 575

    The regular expression a* is equivalent to:

    • a{0,1}
    • a{1,}
    • a{0,}
    • a{1}
  10. Question ID 576

    The regular expression a+ is equivalent to:

    • a{1}
    • a{1,}
    • a{0,}
    • a{0,1}
  11. Question ID 577

    To use extended regular expressions, you can use:

    (choose two)

    • grep -e
    • fgrep
    • egrep
    • grep -E
  12. Question ID 578

    To use regular expression characters to match themselves, you cannot:

    • Put the character in the square brackets
    • Use the fgrep command
    • Use the slash in front of the character
    • Use the backslash in front of the character
  13.  

  14. Question ID 579

    What is NOT a purpose of using parentheses around parts of a regular expression?

    • They can be used to make alternation more efficient
    • They can be used to refer back to what was matched
    • They can be used to group characters for repetition
    • They can be used to change the order that the pattern is evaluating
  15. Question ID 581

    Which option for grep will invert the pattern matching results?

    • -i
    • -v
    • -r
    • -o
  16.  

  17. Question ID 582

    If you want to use grep without regard to the capitalization of text, you can use the option:

    • -t
    • -v
    • -i
    • -r
  • 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.