IS3440 CHAP 4 USER PRIVILEGES AND PERMISSIONS Flashcards
(COMMAND) ____ is a PAM module that can verify account validity based on expiration dates, time limits, or configuration files with restricted users.
(COMMAND) account
(COMMAND) ____ is a PAM module that can verify passwords, group memberships, and even Kerberos tickets.
(COMMAND) auth
(COMMAND) ____ is a command that can modify password related information for a user, such as the password’s expiration date.
(COMMAND) chage
(COMMAND) ___ is a message bus system for interprocess communication between a variety of applications and devices.
(COMMAND) dbus
(COMMAND) ____ This is a useful option that lists users by the frequency of their recent logins. Found under the ck -history command it can provide extended information about recent users.
(COMMAND) –frequent
(COMMAND) ____ is a command that can add a group.
(COMMAND) groupadd
(COMMAND) ____ is a command that can delete a group.
(COMMAND) groupdel
(COMMAND) ____ is a command that can modify the settings of a group in the files of the shadow password suite.
(COMMAND) groupmod
(COMMAND) ____This is a useful option that lists last-logged-in users, by user, sessions, seat, and time. Found under the ck -history command it can provide extended information about recent users.
(COMMAND) –last
(COMMAND) ____ is a PAM flag that labels a configuration line that is normally ignored unless there are no other PAM flags in the file.
(COMMAND) optional
(COMMAND) ____ is a PAM module that can control changes to user passwords and limit the number of login attempts.
(COMMAND) password
(COMMAND) ____ is a PAM flag that labels a configuration line that must work for the authentication attempt to succeed. However, if the line fails, PAM continues to check the other lines in the file.
(COMMAND) required
(COMMAND) ____is a PAM flag that labels a configuration line that must work for the authentication attempt to succeed. However, if the line fails, PAM immediately returns a failure in the authentication attempt.
(COMMAND) requisite
(COMMAND) ____ is a PAM module that can control mounting and logging.
(COMMAND) session
(COMMAND) ____ is a command that can connect with the privileges of another group. It requires a group password in
/etc/gshadow
(COMMAND) sg
(COMMAND) ____is a command that can connect with the privileges of another user. Requires the password of the target user. When no target user is specified, the root administrative user is assumed.
(COMMAND) su
(COMMAND) ____ is a command that can connect as the administrative user if authorization is configured in
/etc/sudoers
(COMMAND) sudo
(COMMAND) ____ is a PAM flag that labels a configuration line. If the line works, PAM immediately returns a success message in the authentication attempt.
(COMMAND) sufficient