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 15 Exam Online

Last Updated on May 20, 2021 by Admin

NDG Linux Essentials 2.0 Chapter 15 Exam Online

NDG -- Linux Essentials 2.0 -- Chapter 15 Exam

Time limit: 0

Quiz-summary

0 of 34 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
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
  32. 32
  33. 33
  34. 34

Information

NDG — Linux Essentials 2.0 — Chapter 15 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 34 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
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
  32. 32
  33. 33
  34. 34
  1. Answered
  2. Review
  1. Question 1 of 34
    1. Question
    2 points

    Which files contain user account information?
    (choose two)

    Correct

    Incorrect

  2. Question 2 of 34
    2. Question
    1 points
    Which user can view the /etc/shadow file?
    Correct

    Incorrect

  3. Question 3 of 34
    3. Question
    1 points

    Which command will display the UID, GID and groups your current user belongs to?

    Correct

    Incorrect

  4. Question 4 of 34
    4. Question
    1 points

    Each user belongs to at least one group.
    True or False?

    Correct

    Incorrect

  5. Question 5 of 34
    5. Question
    1 points

    Which command will display the users that are currently logged in to the system?

    Correct

    Incorrect

  6. Question 6 of 34
    6. Question
    1 points
    The sudo command allows regular users to…
    Correct

    Incorrect

  7. Question 7 of 34
    7. Question
    1 points

    Which of the following commands will display the group(s) a user belongs to?

    Correct

    Incorrect

  8. Question 8 of 34
    8. Question
    1 points

    Which of the following commands will display the groups that the user bob belongs to?

    Correct

    Incorrect

  9. Question 9 of 34
    9. Question
    1 points
    The /etc/group file follows what structure?
    Correct

    Incorrect

  10. Question 10 of 34
    10. Question
    1 points

    A GID is associated with a group name.
    True or False?

    Correct

    Incorrect

  11. Question 11 of 34
    11. Question
    1 points

    A user can belong to…

    Correct

    Incorrect

  12. Question 12 of 34
    12. Question
    1 points
    Sudo privileges can be used to specify which user can use the sudo command to execute commands as other users.

    True or False?

    Correct

    Incorrect

  13. Question 13 of 34
    13. Question
    1 points
    In distributions that do not allow the root user to login directly or via the su command, the installation process automatically configures one user account to be able to use the sudo command to execute commands as if they were executed by the root user.

    True or False?

    Correct

    Incorrect

  14. Question 14 of 34
    14. Question
    2 points

    Which of the following commands will display how long the system has been running since the last boot?
    (choose two)

    Correct

    Incorrect

  15. Question 15 of 34
    15. Question
    1 points
    The /etc/shadow file contains plain-text passwords.

    True or False?

    Correct

    Incorrect

  16. Question 16 of 34
    16. Question
    1 points
    Which command can be used to view the /etc/passwd file entries?
    Correct

    Incorrect

  17. Question 17 of 34
    17. Question
    1 points

    All Linux systems allow administrators to log in as root.
    True or False?

    Correct

    Incorrect

  18. Question 18 of 34
    18. Question
    1 points
    What is the default user for the su command?
    Correct

    Incorrect

  19. Question 19 of 34
    19. Question
    1 points

    Which command would allow a user to execute commands as root?

    Correct

    Incorrect

  20. Question 20 of 34
    20. Question
    1 points

    File permissions cannot be edited by the root user.
    True or False?

    Correct

    Incorrect

  21. Question 21 of 34
    21. Question
    1 points

    Which command is used to display only the user’s primary group?

    Correct

    Incorrect

  22. Question 22 of 34
    22. Question
    1 points

    Traditional UNIX systems allowed users to belong to how many groups?

    Correct

    Incorrect

  23. Question 23 of 34
    23. Question
    1 points

    What would an account with the UID 376 typically be used for?

    Correct

    Incorrect

  24. Question 24 of 34
    24. Question
    1 points

    Usernames cannot be the same as group names.
    True or False?

    Correct

    Incorrect

  25. Question 25 of 34
    25. Question
    1 points

    To display the group(s) a user belongs to use this command:

    Correct

    Incorrect

  26. Question 26 of 34
    26. Question
    1 points

    Which command will display the groups that the root user belongs to?

    Correct

    Incorrect

  27. Question 27 of 34
    27. Question
    1 points
    A value of 0 in the “minimum” password aging field means the user cannot change their password.

    True or False?

    Correct

    Incorrect

  28. Question 28 of 34
    28. Question
    1 points

    The “Epoch” began on January 1, 1970.
    True or False?

    Correct

    Incorrect

  29. Question 29 of 34
    29. Question
    1 points
    The last command displays reboot records…
    Correct

    Incorrect

  30. Question 30 of 34
    30. Question
    1 points

    Sudo privileges allow users to execute commands as another user.
    True or False?

    Correct

    Incorrect

  31. Question 31 of 34
    31. Question
    1 points
    When using the sudo command to execute a command as the root user, the command prompts for the user’s own password, not that of the root user.

    True or False?

    Correct

    Incorrect

  32. Question 32 of 34
    32. Question
    1 points

    The first line of this command displays how long the system has been running since being rebooted.

    Correct

    Incorrect

  33. Question 33 of 34
    33. Question
    1 points
    The /etc/shadow file contains encrypted passwords.

    True or False?

    Correct

    Incorrect

  34. Question 34 of 34
    34. Question
    1 points
    Which command can be used to view the /var/log/wtmp file entries?
    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.