The root user on server1 is trying to switch to the normal user account scott for testing certain
privileges he has and receives an error as shown below:
[root@server1 ~]#su – scott
This account is currently not available
[root@server1 ~]#
What do you infer from this error?
A.
The user scott’s account is locked.
B.
The user scott has the shell set to /bin/false.
C.
The user scott is assigned with a UID below 500.
D.
The user scott’s account has reached the expiry date.
E.
The user scott has the shell set to /sbin/nologin.
F.
The user scott does not have a valid UID to get authorized by the system.