On Thu, Nov 30, 2017 at 2:14 PM, Adonay Felipe Nogueira <[email protected]> wrote: > Perhaps something like this (I don't know if this is correct): > > --8<---------------cut here---------------start------------->8--- > sudo -i || su > ... Do stuff as real/full root. > exit > ... Do stuff as normal user. > --8<---------------cut here---------------end--------------->8---
That would be cleaner, but the other form (sudo on each line) is more robust wrt doc refactoring pick your poison -- Vincent Legoll
