Control: tags -1 
thanks

On Thu, Jun 02, 2022 at 07:39:39PM +0200, Vincent Blut wrote:
> What makes this option interesting in Ubuntu is this code snippet in
> /etc/bash.bashrc:
> 
> if [ ! -e "$HOME/.sudo_as_admin_successful" ] && [ ! -e "$HOME/.hushlogin" ] 
> ; then
>     case " $(groups) " in *\ admin\ *|*\ sudo\ *)
>     if [ -x /usr/bin/sudo ]; then
>               cat <<-EOF
>               To run a command as administrator (user "root"), use "sudo 
> <command>".
>               See "man sudo_root" for details.
>       
>               EOF
>     fi
>     esac
> fi

What does the bash maintainer in Debian think about this change?

Greetings
Marc

Reply via email to