List of questions
Related questions
Question 94 - XK0-005 discussion
A Linux administrator is tasked with adding users to the system. However, the administrator wants to ensure the users' access will be disabled once the project is over. The expiration date should be 2021-09-30. Which of the following commands will accomplish this task?
A.
sudo useradd -e 2021-09-30 Project_user
B.
sudo useradd -c 2021-09-30 Project_user
C.
sudo modinfo -F 2021-09-30 Project_uses
D.
sudo useradd -m -d 2021-09-30 Project_user
Your answer:
0 comments
Sorted by
Leave a comment first