What does the -E in sudo -E do?
up vote
0
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
0
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
Nov 10 at 19:09
add a comment |
up vote
0
down vote
favorite
up vote
0
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 Nov 10 at 18:45
user875234
1166
1166
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
Nov 10 at 19:09
add a comment |
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
Nov 10 at 19:09
1
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
Nov 10 at 19:09
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
Nov 10 at 19:09
add a comment |
2 Answers
2
active
oldest
votes
up vote
7
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.
+1 thanks for ExplainShell
– somethingSomething
Nov 11 at 1:29
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-E
option 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
7
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.
+1 thanks for ExplainShell
– somethingSomething
Nov 11 at 1:29
add a comment |
up vote
7
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.
+1 thanks for ExplainShell
– somethingSomething
Nov 11 at 1:29
add a comment |
up vote
7
down vote
accepted
up vote
7
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 Nov 10 at 18:56
gronostaj
27.6k1368107
27.6k1368107
+1 thanks for ExplainShell
– somethingSomething
Nov 11 at 1:29
add a comment |
+1 thanks for ExplainShell
– somethingSomething
Nov 11 at 1:29
+1 thanks for ExplainShell
– somethingSomething
Nov 11 at 1:29
+1 thanks for ExplainShell
– somethingSomething
Nov 11 at 1:29
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-E
option 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-E
option 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-E
option 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-E
option is specified
and the user does not have permission to preserve the environment.
Source Sudo Manual
answered Nov 10 at 18:58
DavidPostill♦
102k25216252
102k25216252
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I asked exactly same question here few months ago unix.stackexchange.com/q/407697/255251
– Debian_yadav
Nov 10 at 19:09