CORRECT TEXT Create the user named jane and john. seenagape 11 years ago CORRECT TEXTCreate the user named jane and john. Answer: Explanation:1. useradd jane2. useradd john useradd command is used to create the user. All user’s information stores in /etc/passwd anduser;s shadow password stores in /etc/shadow. ← Previous question Next question →