A Linux administrator needs to create accounts for a list of new users. The user account names have been defined in the USER_LIST variable by executing the following:
USER_LIST= " alice bob charles "
Which of the following commands should the administrator use to successfully create the user accounts?
Submit