Create a file inside /etc/sudoers.d/ You can use this command
sudo vim /etc/sudoers.d/privacy
Now paste this line into the file ‘privacy
‘.
Defaults lecture = always
Now close Terminal/console, Reopen it and try to do something with sudo.
Posted shengulong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了执行sudo命令时的提示语,如何修改?相关的知识,希望对你有一定的参考价值。
如图所示,执行sudo命令,提示语(有中文和英文两个版本):
上面的提示内容是sudo软件原生的内容。
使用下面的方法,有的时候是可行的。sudo -p ‘提示语‘ 命令
如果要修改sudo软件原生的提示内容,只有重新编译软件。
屏蔽提示的方法:https://superuser.com/questions/500119/keeping-the-fancy-sudo-warning-forever
Create a file inside /etc/sudoers.d/ You can use this command
sudo vim /etc/sudoers.d/privacy
Now paste this line into the file ‘privacy
‘.
Defaults lecture = always
Now close Terminal/console, Reopen it and try to do something with sudo.
以上是关于执行sudo命令时的提示语,如何修改?的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu下sudo su的时候提示:“无法执行 sh: 没有那个文件” 是啥原因啊?
[Deepin 15] sudo source /etc/profile 提示找不到 source 命令(切换到 root 用户:sudo su)
lecture
tonever
? – Richard de Wit Jun 14 ‘17 at 10:16always
never
once
sudoers man – Chris Nov 28 ‘17