What does the -E in sudo -E do?

Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm following the instructions in a tutorial and they say to do sudo -E foo. I cannot find what the -E does through a google search. What does it do and how I could have found that out without asking this question?
linux
add a comment |
up vote
2
down vote
favorite
I'm following the instructions in a tutorial and they say to do sudo -E foo. I cannot find what the -E does through a google search. What does it do and how I could have found that out without asking this question?
linux
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
2 hours ago
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm following the instructions in a tutorial and they say to do sudo -E foo. I cannot find what the -E does through a google search. What does it do and how I could have found that out without asking this question?
linux
I'm following the instructions in a tutorial and they say to do sudo -E foo. I cannot find what the -E does through a google search. What does it do and how I could have found that out without asking this question?
linux
linux
asked 2 hours ago
user875234
1186
1186
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
2 hours ago
add a comment |
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
2 hours ago
1
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
2 hours ago
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
Check the manual: man sudo
-E - The -E (preserve environment) option indicates to the security policy that the user wishes to preserve their existing environment variables. The security policy may return an error if the -E option is specified and the user does not have permission to preserve the environment.
There's also ExplainShell.com that tries to explain commands with man pages.
add a comment |
up vote
6
down vote
How I could have found that out without asking this question?
Search the Linux manual pages or type man sudo in a Linux shell.
What does it do?
The
-E(preserve environment) option indicates to the security policy
that the user wishes to preserve their existing environment variables.
The security policy may return an error if the-Eoption is specified
and the user does not have permission to preserve the environment.
Source Sudo Manual
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
Check the manual: man sudo
-E - The -E (preserve environment) option indicates to the security policy that the user wishes to preserve their existing environment variables. The security policy may return an error if the -E option is specified and the user does not have permission to preserve the environment.
There's also ExplainShell.com that tries to explain commands with man pages.
add a comment |
up vote
4
down vote
accepted
Check the manual: man sudo
-E - The -E (preserve environment) option indicates to the security policy that the user wishes to preserve their existing environment variables. The security policy may return an error if the -E option is specified and the user does not have permission to preserve the environment.
There's also ExplainShell.com that tries to explain commands with man pages.
add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Check the manual: man sudo
-E - The -E (preserve environment) option indicates to the security policy that the user wishes to preserve their existing environment variables. The security policy may return an error if the -E option is specified and the user does not have permission to preserve the environment.
There's also ExplainShell.com that tries to explain commands with man pages.
Check the manual: man sudo
-E - The -E (preserve environment) option indicates to the security policy that the user wishes to preserve their existing environment variables. The security policy may return an error if the -E option is specified and the user does not have permission to preserve the environment.
There's also ExplainShell.com that tries to explain commands with man pages.
answered 2 hours ago
gronostaj
27.6k1368106
27.6k1368106
add a comment |
add a comment |
up vote
6
down vote
How I could have found that out without asking this question?
Search the Linux manual pages or type man sudo in a Linux shell.
What does it do?
The
-E(preserve environment) option indicates to the security policy
that the user wishes to preserve their existing environment variables.
The security policy may return an error if the-Eoption is specified
and the user does not have permission to preserve the environment.
Source Sudo Manual
add a comment |
up vote
6
down vote
How I could have found that out without asking this question?
Search the Linux manual pages or type man sudo in a Linux shell.
What does it do?
The
-E(preserve environment) option indicates to the security policy
that the user wishes to preserve their existing environment variables.
The security policy may return an error if the-Eoption is specified
and the user does not have permission to preserve the environment.
Source Sudo Manual
add a comment |
up vote
6
down vote
up vote
6
down vote
How I could have found that out without asking this question?
Search the Linux manual pages or type man sudo in a Linux shell.
What does it do?
The
-E(preserve environment) option indicates to the security policy
that the user wishes to preserve their existing environment variables.
The security policy may return an error if the-Eoption is specified
and the user does not have permission to preserve the environment.
Source Sudo Manual
How I could have found that out without asking this question?
Search the Linux manual pages or type man sudo in a Linux shell.
What does it do?
The
-E(preserve environment) option indicates to the security policy
that the user wishes to preserve their existing environment variables.
The security policy may return an error if the-Eoption is specified
and the user does not have permission to preserve the environment.
Source Sudo Manual
answered 2 hours ago
DavidPostill♦
101k25216252
101k25216252
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1374339%2fwhat-does-the-e-in-sudo-e-do%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
2 hours ago