13 lines
539 B
Plaintext

# By default the lecture is given only the first time sudo is used, the seen
# state is stored somewhere depending on distribution. This shows it always.
# For more information, see https://superuser.com/a/500125
# & https://serverfault.com/a/333640
Defaults lecture = always
# Don't create .sudo_as_admin_successful to $HOME. It might not strictly
# be related to lecture (being common global bashrc), but close enough for
# me considering both have similar effects of printing information.
Defaults !admin_flag
# vim: filetype=sudoers