The user john is no longer working for a company.
To disable his account but not delete his information, what needs to be done?
A.
Replace his password with * in passwd
B.
Replace his password with a space in passwd
C.
Remove user john from /etc/shadow
D.
user del john
E.
user disable john
Explanation:
replacing his password with space would technically delete some information (his password)
removing from /etc/shadow would not forbid him from loggin in
user command does not exist