mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-02-26 20:58:10 +01:00
13 lines
539 B
Plaintext
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
|