August 2018
Intermediate to advanced
482 pages
12h 44m
English
Linux uses /etc/securetty to specify from which Terminal root access is possible. So, when we make changes in this file, root access from a specific Terminal also gets affected.
Similarly, the /etc/security/access.conf file is used by pam to check if Terminal access is allowed for a particular user or not. The rules defined in this file follow this syntax:
permission : users: origins
Here, permission refers to denying or allowing a rule and is denoted by the - or + sign.
Users refers to a list of login names.
Origins refers to the source from which access is being allowed or denied.
Read now
Unlock full access