Which file system directory is used to store user information?

1 answer

Answer

1032529

2026-07-09 22:15

+ Follow

In most Unix-like operating systems, user information is stored in the /etc/passwd file. This file contains essential details about each user, such as the username, user ID (UID), group ID (GID), home directory, and default shell. Additionally, more sensitive user information like passWords is typically stored in the /etc/shadow file, which is accessible only by the root user.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.