Tập tin /etc/password chứa thông tin gì của users hệ thống
Trả lời:
Đáp án đúng: C
The `/etc/passwd` file is a text-based database that stores essential information about user accounts on Unix-like operating systems. It contains the following details for each user:
* Username: The user's login name.
* Password: Historically, this field stored the encrypted password. However, for security reasons, modern systems store an 'x' or '*' here, indicating that the actual password is in `/etc/shadow`.
* User ID (UID): A unique numerical identifier for the user.
* Group ID (GID): A unique numerical identifier for the user's primary group.
* Home directory: The path to the user's home directory.
* Shell: The path to the user's default shell (e.g., `/bin/bash`, `/bin/sh`, `/bin/zsh`).
Câu hỏi liên quan

FORM.08: Bộ 130+ Biểu Mẫu Thống Kê Trong Doanh Nghiệp

FORM.07: Bộ 125+ Biểu Mẫu Báo Cáo Trong Doanh Nghiệp

FORM.06: Bộ 320+ Biểu Mẫu Hành Chính Thông Dụng

FORM.05: Bộ 330+ Biểu Mẫu Thuế - Kê Khai Thuế Mới Nhất

FORM.04: Bộ 240+ Biểu Mẫu Chứng Từ Kế Toán Thông Dụng
