Actions
action #4656
closedavoid sudo to ease interactive mode
Description
sudo has the problem that it possibly asks for the password, so we need to wait for the prompt to appear.
If we used su, we could always just type the password and be done. The main benefit is that you don't have to ACK all the time during interactive mode that there is no needle match
Actions