1. Which Linux command can be used to create a new user account?

A) newuser

B) useradd

C) mkuser

D) usercfg

Correct Answer: useradd

Explanation : Linux command can be used to create a new user account - useradd


2. The chown command is used to change the owner of a file.

A) True

B) False

Correct Answer: True

Explanation : The chown command stands for "change owner" and is used to change the owner of a file.