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

Linux Essentials Chapter 8 Exam

Last Updated on May 20, 2021 by Admin

Linux Essentials Chapter 8 Exam Answer

  1. Question ID 93

    Error messages generated by commands are sent where by default?

    • Log files
    • STDOUT
    • STDERR
    • STDIN
  2. Question ID 94

    A successful command will print output to STDOUT.

    True or False?

    • True
    • False
  3.  

  4. Question ID 95

    Which of the following commands will direct error messages to the file, error.log?

    (choose one)

    • ls /root >> error.log
    • ls /root 2> error.log
    • ls /root $> error.log
    • ls /root > error.log
  5. Question ID 96

    A pipe allows you to…

    • …send the same input to multiple commands.
    • …type multiple commands at one prompt.
    • …send the output of one command to another.
    • …send the output of a command to a file.
  6.  

  7. Question ID 97

    Channel 2 is:

    • STDIN
    • STDALL
    • STDOUT
    • STDERR
  8. Question ID 98

    Which of the following commands will append its output to output.file?

    • echo Testing > output.file
    • echo Testing >> output.file
    • output.file < echo Testing
    • echo Testing -> output.file
  9.  

  10. Question ID 99

    Which command(s) can be used to sort the lines of list.file alphabetically and display it on the screen?

    (choose two)

    • sort < list.file
    • cat list.file | sort
    • cat list.file >> sort
    • echo list.file > sort
  11. Question ID 100

    Which option of the head command will display only the first five lines of a file?

    • -l 5
    • No option needed; head displays only five lines by default.
    • -n
    • -n 5
  12.  

  13. Question ID 101

    The grep command…

    • …will display all the lines that begin with the specified Regular Expression.
    • …is not case sensitive.
    • …will display all the lines in a file containing the specified Regular Expression.
    • …will display the line numbers in a file that contain a specified Regular Expression.
  14. Question ID 102

    The grep command can be used with glob characters.

    True or False?

    • True
    • False
  15.  

  16. Question ID 103

    Which of the following commands will display only lines that begin with start?

    • grep *start file.txt
    • grep $start file.txt
    • grep start file.txt
    • grep ^start file.txt
  17. Question ID 104

    Which of the following commands will display only lines that begin with test?

    • grep ^test file.txt
    • grep $test* file.txt
    • grep *test file.txt
    • grep &test file.txt
  18.  

  19. Question ID 105

    Which of the following commands will display lines that contain either start or end?

    • egrep start end file.txt
    • egrep ‘start|end’ file.txt
    • egrep start&end file.txt
    • egrep (start|end) file.txt
  20. Question ID 106

    Which of the following commands can be used to scroll through a text file?

    (choose two)

    • some
    • less
    • cat
    • more
  21. Question ID 107

    The find command can search for files based on the size of the file.

    True or False?

    • True
    • False
  22.  

  23. Question ID 108

    Which of the following commands scans the file to determine file locations?

    • search
    • locate
    • where
    • find
  24. Question ID 109

    Which option for the cut command is used to specify a delimiter?

    • -f
    • -d
    • =
    • -D
  25. Question ID 110

    Which option for the cut command is used to specify the field?

    • -D
    • -f
    • -d
    • #
  26. Question ID 111

    Which option for the wc command will print the number of lines in a file?

    • -l
    • -w
    • -C
    • -L
  27. Question ID 112

    Which option for the wc command will print the total number of words in a file?

    • -l
    • -L
    • -C
    • -w
  28. Question ID 113

    Which command can be used to print line numbers?

    • num
    • sort
    • ln
    • nl
  29. Question ID 114

    The command echo “text” > file.txt will create file.txt if it does not already exist.

    True or False?

    • True
    • False
  30. Question ID 115

    The command echo “text” > file.txt will not overwrite file.txt if it already exists.

    True or False?

    • True
    • False
  31. Question ID 116

    The command echo “text” >> file.txt will not overwrite file.txt if it already exists.

    True or False?

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