第一次使用sudo时,会显示如下内容:
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
以后使用sudo后都不会产生如上提醒。如果需要让用户每次都看到这个提醒,按照如下方式
vim /etc/sudoers.d/privacy
Defaults lecture = always
方法引用自https://superuser.com/questions/500119/keeping-the-fancy-sudo-warning-forever
本文介绍了一种方法,可以让Linux系统中使用sudo命令时的隐私警告每次都能显示出来。通过编辑/etc/sudoers.d/privacy文件并设置Defaultslecture=always,用户可以确保每次使用sudo时都会看到关于尊重他人隐私、谨慎操作及权力与责任的警告信息。
5418

被折叠的 条评论
为什么被折叠?



