执行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.

 

Can I also disable the message by setting lecture to never? – Richard de Wit Jun 14 ‘17 at 10:16
Yes, the options for lecture are: always never once sudoers man – Chris Nov 28 ‘17
 
参考:
 
https://www.ostechnix.com/change-sudo-prompt-linux-unix/
https://bbs.archlinux.org/viewtopic.php?id=39499
http://www.webjx.com/server/linux-18515.html

 

以上是关于执行sudo命令时的提示语,如何修改?的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu下sudo su的时候提示:“无法执行 sh: 没有那个文件” 是啥原因啊?

linux su和sudo命令的区别

sudo xx 找不到命令

[Deepin 15] sudo source /etc/profile 提示找不到 source 命令(切换到 root 用户:sudo su)

sudo cd提示命令无法找到或无任何提示却不执行的情况

使用sudo命令时出现如下错误,为啥应当如何处理