What does it mean to âÂÂexecute a command in memoryâÂÂ?
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
If I open a terminal and use the following commands, are they "run in memory"?
$ curl -s http://website.com/file.py | python - &
$ command=$(curl -s http://website.com/file.py); $(echo $command | python - &)
(I'm not sure that second example will actually work. I was just trying to come up with an example that utilized variables.)
In macOS (or any Unix system), what does it mean to run a command in memory?
Here's a Windows example. I'm trying find a Unix description or example usage of the concept.
debian ubuntu command-line osx memory
New contributor
add a comment |Â
up vote
-1
down vote
favorite
If I open a terminal and use the following commands, are they "run in memory"?
$ curl -s http://website.com/file.py | python - &
$ command=$(curl -s http://website.com/file.py); $(echo $command | python - &)
(I'm not sure that second example will actually work. I was just trying to come up with an example that utilized variables.)
In macOS (or any Unix system), what does it mean to run a command in memory?
Here's a Windows example. I'm trying find a Unix description or example usage of the concept.
debian ubuntu command-line osx memory
New contributor
2
This post (and the copy on Information Security) are the only uses of this phrase, so it seems to be one you've come up with. What does it mean? Or, where did you find it?
â Michael Homer
9 mins ago
1
This question is unclear. As Michael points out, "run in memory" is not a common term. You should edit the question to provide some context, e.g., where you came across this term, what other ways do commands run other than "in memory", etc. See How to Ask.
â Anthony Geoghegan
4 mins ago
updated the post
â user318042
1 min ago
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
If I open a terminal and use the following commands, are they "run in memory"?
$ curl -s http://website.com/file.py | python - &
$ command=$(curl -s http://website.com/file.py); $(echo $command | python - &)
(I'm not sure that second example will actually work. I was just trying to come up with an example that utilized variables.)
In macOS (or any Unix system), what does it mean to run a command in memory?
Here's a Windows example. I'm trying find a Unix description or example usage of the concept.
debian ubuntu command-line osx memory
New contributor
If I open a terminal and use the following commands, are they "run in memory"?
$ curl -s http://website.com/file.py | python - &
$ command=$(curl -s http://website.com/file.py); $(echo $command | python - &)
(I'm not sure that second example will actually work. I was just trying to come up with an example that utilized variables.)
In macOS (or any Unix system), what does it mean to run a command in memory?
Here's a Windows example. I'm trying find a Unix description or example usage of the concept.
debian ubuntu command-line osx memory
debian ubuntu command-line osx memory
New contributor
New contributor
edited 1 min ago
New contributor
asked 13 mins ago
user318042
11
11
New contributor
New contributor
2
This post (and the copy on Information Security) are the only uses of this phrase, so it seems to be one you've come up with. What does it mean? Or, where did you find it?
â Michael Homer
9 mins ago
1
This question is unclear. As Michael points out, "run in memory" is not a common term. You should edit the question to provide some context, e.g., where you came across this term, what other ways do commands run other than "in memory", etc. See How to Ask.
â Anthony Geoghegan
4 mins ago
updated the post
â user318042
1 min ago
add a comment |Â
2
This post (and the copy on Information Security) are the only uses of this phrase, so it seems to be one you've come up with. What does it mean? Or, where did you find it?
â Michael Homer
9 mins ago
1
This question is unclear. As Michael points out, "run in memory" is not a common term. You should edit the question to provide some context, e.g., where you came across this term, what other ways do commands run other than "in memory", etc. See How to Ask.
â Anthony Geoghegan
4 mins ago
updated the post
â user318042
1 min ago
2
2
This post (and the copy on Information Security) are the only uses of this phrase, so it seems to be one you've come up with. What does it mean? Or, where did you find it?
â Michael Homer
9 mins ago
This post (and the copy on Information Security) are the only uses of this phrase, so it seems to be one you've come up with. What does it mean? Or, where did you find it?
â Michael Homer
9 mins ago
1
1
This question is unclear. As Michael points out, "run in memory" is not a common term. You should edit the question to provide some context, e.g., where you came across this term, what other ways do commands run other than "in memory", etc. See How to Ask.
â Anthony Geoghegan
4 mins ago
This question is unclear. As Michael points out, "run in memory" is not a common term. You should edit the question to provide some context, e.g., where you came across this term, what other ways do commands run other than "in memory", etc. See How to Ask.
â Anthony Geoghegan
4 mins ago
updated the post
â user318042
1 min ago
updated the post
â user318042
1 min ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
user318042 is a new contributor. Be nice, and check out our Code of Conduct.
user318042 is a new contributor. Be nice, and check out our Code of Conduct.
user318042 is a new contributor. Be nice, and check out our Code of Conduct.
user318042 is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f478154%2fwhat-does-it-mean-to-execute-a-command-in-memory%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
2
This post (and the copy on Information Security) are the only uses of this phrase, so it seems to be one you've come up with. What does it mean? Or, where did you find it?
â Michael Homer
9 mins ago
1
This question is unclear. As Michael points out, "run in memory" is not a common term. You should edit the question to provide some context, e.g., where you came across this term, what other ways do commands run other than "in memory", etc. See How to Ask.
â Anthony Geoghegan
4 mins ago
updated the post
â user318042
1 min ago