Rodolfo Medina wrote: > I'd always thought that `su' was Debian's and `sudo' was Ubuntu's... :-)
No - both are linux and sudo is for the use to be able to use specific commands. So in general I add sudo rule for my use for bash and it is done. Alternatively add user to sudo group and you can use the factory rule # Allow members of group sudo to execute any command %sudo ALL=(ALL:ALL) ALL There is nothing like ubuntu or debian relationship here. regards