[ubuntu-studio-devel] Introduction.

Ralf Mardorf ralf.mardorf at alice-dsl.net
Tue Jun 2 03:24:20 UTC 2015


sudo pitfalls

$ grep EDIT ~/.bashrc 
export EDITOR="nano"
$ su -c visudo
$ sudo visudo

As wanted, su does run nano for visudo, but sudo falls back to vi(m).
That has to do with the $(id -un) vs $USER issue I pointed out by a
former email.



More information about the ubuntu-studio-devel mailing list