LPI Linux Essentials Knowledge Domain Topic 5: Security and File Permissions Practice Test Questions #1: 1. What is the significance of UIDs starting at 1000 (4 digits), although some legacy systems may start at 500? A. UIDs starting at 1000 indicate that the user is a member of a system group. B. UIDs starting at 1000 indicate that the user is a root user. C. UIDs starting at 1000 indicate that the user is a standard user. D. UIDs starting at 1000 indicate that the user is a legacy user. /* --------------------- */ -------------------------- 1 Answer Below: -------------------------- /* --------------------- */ In Linux, UIDs (User IDs) are assigned to each user, and UIDs starting at 1000 are typically reserved for standard users. Some legacy systems may start UIDs at 500 instead of 1000, but this is not as common. UIDs starting at 0 are reserved for the root user. Option A is incorrect because being a member of a system group does not depend on the UID. Option B is incor...
I am Darian Ross. Welcome to my blogger site.