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

Last Updated on May 20, 2021 by Admin

NDG Linux Essentials 2.0 Chapter 16 Exam Online

NDG -- Linux Essentials 2.0 -- Chapter 16 Exam

Time limit: 0

Quiz-summary

0 of 37 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
  35. 35
  36. 36
  37. 37

Information

NDG — Linux Essentials 2.0 — Chapter 16 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 37 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
  35. 35
  36. 36
  37. 37
  1. Answered
  2. Review
  1. Question 1 of 37
    1. Question
    1 points

    UIDs 1-499 are usually reserved for what kind of users?

    Correct

    Incorrect

  2. Question 2 of 37
    2. Question
    1 points

    If a user is deleted, the files and directories that the user owned…

    Correct

    Incorrect

  3. Question 3 of 37
    3. Question
    1 points
    Which of the following options for the useradd command allows root to specify the UID to be associated with the account?
    Correct

    Incorrect

  4. Question 4 of 37
    4. Question
    1 points
    Which of the following options for the useradd command allows root to specify supplementary groups the user will be a member of?
    Correct

    Incorrect

  5. Question 5 of 37
    5. Question
    1 points
    On a system that does not use UPG, the useradd command will also create a user group. For example, user bob, group bob.

    True or False?

    Correct

    Incorrect

  6. Question 6 of 37
    6. Question
    1 points

    Which of the following commands will add the group extra to the user bob‘s secondary groups in addition to bob‘s current secondary groups?

    Correct

    Incorrect

  7. Question 7 of 37
    7. Question
    2 points
    Which option for the usermod command can be used to specify a user’s group ID (either primary or secondary)?

    (choose two)

    Correct

    Incorrect

  8. Question 8 of 37
    8. Question
    1 points
    For non-root users, the passwd command can only be used to change the password of the user running the command.

    True or False?

    Correct

    Incorrect

  9. Question 9 of 37
    9. Question
    1 points
    The groupmod command can be used to change a group name.

    True or False?

    Correct

    Incorrect

  10. Question 10 of 37
    10. Question
    1 points
    The groupmod command can be used to change a group GID.

    True or False?

    Correct

    Incorrect

  11. Question 11 of 37
    11. Question
    1 points
    The groupmod command can be used to add users to a group.

    True or False?

    Correct

    Incorrect

  12. Question 12 of 37
    12. Question
    1 points

    Which of the following commands can be used to modify a group?

    Correct

    Incorrect

  13. Question 13 of 37
    13. Question
    1 points

    Which command can be used to determine a user’s most recent log in?

    Correct

    Incorrect

  14. Question 14 of 37
    14. Question
    1 points

    Which of the following files contains encrypted user password information?

    Correct

    Incorrect

  15. Question 15 of 37
    15. Question
    1 points

    Which of the following files contains user IDs?

    Correct

    Incorrect

  16. Question 16 of 37
    16. Question
    1 points
    Which of the following files does the groupadd command use to determine the new GID when a GID isn’t specified?
    Correct

    Incorrect

  17. Question 17 of 37
    17. Question
    1 points
    Which of the following commands, run as root, will prevent the user bob from logging in?
    Correct

    Incorrect

  18. Question 18 of 37
    18. Question
    1 points

    What directory contains a user’s home directory?

    Correct

    Incorrect

  19. Question 19 of 37
    19. Question
    1 points

    GIDs under 500 (or 1000) are usually reserved for what kind of groups?

    Correct

    Incorrect

  20. Question 20 of 37
    20. Question
    1 points

    If a user is deleted, the files and directories that the user owned…

    Correct

    Incorrect

  21. Question 21 of 37
    21. Question
    1 points
    Which of the following options for the useradd command allows you to use a different primary group then the default?
    Correct

    Incorrect

  22. Question 22 of 37
    22. Question
    1 points

    On a system that uses UPG, the UID must not be the same as the GID..
    True or False?

    Correct

    Incorrect

  23. Question 23 of 37
    23. Question
    1 points
    The usermod command can be used to unlock a users account with the following option.
    Correct

    Incorrect

  24. Question 24 of 37
    24. Question
    1 points
    Which of the following options for the useradd command allows you to use a different login shell than the default?
    Correct

    Incorrect

  25. Question 25 of 37
    25. Question
    1 points
    Which of the following commands will add the group extra to the user jane’s secondary groups in addition to jane‘s current secondary groups?
    Correct

    Incorrect

  26. Question 26 of 37
    26. Question
    1 points
    Which option for the usermod command can be used to specify a user’s primary group ID?
    Correct

    Incorrect

  27. Question 27 of 37
    27. Question
    1 points
    For root users, the passwd command can only be used to change the password of the user running the command.

    True or False?

    Correct

    Incorrect

  28. Question 28 of 37
    28. Question
    1 points
    The userdel -r command will…
    Correct

    Incorrect

  29. Question 29 of 37
    29. Question
    1 points
    The groupmod command can be used to change a group name.

    True or False?

    Correct

    Incorrect

  30. Question 30 of 37
    30. Question
    1 points
    The groupmod command cannot be used to change a group GID.

    True or False?

    Correct

    Incorrect

  31. Question 31 of 37
    31. Question
    1 points
    The groupdel command can be used to delete primary groups.

    True or False?

    Correct

    Incorrect

  32. Question 32 of 37
    32. Question
    1 points

    Which of the following commands can be used to modify a user?

    Correct

    Incorrect

  33. Question 33 of 37
    33. Question
    1 points

    Which command can be used to determine a user’s most recent log in?

    Correct

    Incorrect

  34. Question 34 of 37
    34. Question
    1 points

    The /etc/passwd file contains encrypted user password information. True or False?
    True or False?

    Correct

    Incorrect

  35. Question 35 of 37
    35. Question
    1 points

    Which of the following files contains group IDs?

    Correct

    Incorrect

  36. Question 36 of 37
    36. Question
    1 points
    Which command allows you to view or change some of the default values used by the useradd command?
    Correct

    Incorrect

  37. Question 37 of 37
    37. Question
    1 points
    Which of the following commands, run as root, will prevent the user jane from logging in?
    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.