Linux CLI - Users and Groups
What will be the result of this command sequence?
useradd -m alice userdel alice
useradd -m alice userdel alice
useradd -m alice creates user alice and a home folder.userdel alice deletes the user but does not remove the home directory unless -r is used.userdel without -r keeps files [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions