1Z0-873 · Question #19
Which of the following actions are performed during an RPM installation of the MySQL server package?
The correct answer is A. Setup a mysql user B. Setup a mysql group. During RPM installation, a user named mysql and a group named mysql are created on the system. This is done using the useradd, groupadd, and usermod commands. Those commands require appropriate administrative privileges, which is required for locally managed users and groups…
Question
Which of the following actions are performed during an RPM installation of the MySQL server package?
Options
- ASetup a mysql user
- BSetup a mysql group
- CInitialize the data directory
- DSetup passwords for all default accounts.
How the community answered
(56 responses)- A82% (46)
- C11% (6)
- D7% (4)
Explanation
During RPM installation, a user named mysql and a group named mysql are created on the system. This is done using the useradd, groupadd, and usermod commands. Those commands require appropriate administrative privileges, which is required for locally managed users and groups (as listed in the /etc/passwdand /etc/group files) by the RPM installation process being run
Topics
Community Discussion
No community discussion yet for this question.