As a Linux administrator, you want to restrict the user smith from having more than two logins at
the same time on the system. How would you do it?
A.
Set the valuemaxlogins to 2 in the /etc/security/limits.conf file for smith.
B.
Set the valuemaxlogins to 2 in the /etc/security/access.conf file for smith.
C.
Set the valuemaxsyslogins to 2 in the /etc/security/access.conf file for smith.
D.
Set the valuemaxsyslogins to 2 in the /etc/security/limits.conf file for smith.
E.
Set the value @smith 0 2maxsyslogins in the /etc/security/limits.conf file.