技術者がユーザー名 Joe の管理者アカウントを作成するために使用する必要があるコマンドはどれですか。
正解:A
The -G wheel option adds the user joe to the wheel group, which is a special group that allows users to execute administrative commands using sudo. This is the correct way to create a user with administrative privileges in many Linux distributions, including Red Hat-based ones.