CORRECT TEXT Create a user named alex, and the user id should be 1234, and the password should be al seenagape 11 years ago CORRECT TEXTCreate a user named alex, and the user id should be 1234, and the password should be alex111. Answer: A Explanation:# useradd -u 1234 alex# passwd alexalex111alex111 ORecho alex111|passwd -stdin alex ← Previous question Next question →