← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #76934]: password, passwort, wachtwoord

 

Question #76934 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76934

actionparsnip posted a new comment:
interactive

you will not have to type sudo and the commands will all work

e.g.

sudo -i
apt-get update
.
.
<more commands>
exit

all the commands between sudo -i   and  exit   will be executed as if
you put sudo infront of them (you can add it as well and it won't make
any difference)

Once you type exit, you will be out of the interactive sudo and you will
once again need to type sudo for stuff.

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.