How to get back to the # section of root in the command prompt?Can't run command prompt “Run as...
How to make payment on the internet without leaving a money trail?
Ideas for 3rd eye abilities
Is there a name of the flying bionic bird?
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
Re-submission of rejected manuscript without informing co-authors
Symmetry in quantum mechanics
Is it wise to hold on to stock that has plummeted and then stabilized?
Why was the "bread communication" in the arena of Catching Fire left out in the movie?
Calculate Levenshtein distance between two strings in Python
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
Are objects structures and/or vice versa?
Can a planet have a different gravitational pull depending on its location in orbit around its sun?
aging parents with no investments
Why do UK politicians seemingly ignore opinion polls on Brexit?
Need help identifying/translating a plaque in Tangier, Morocco
What is it called when one voice type sings a 'solo'?
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
Why airport relocation isn't done gradually?
What does "enim et" mean?
Pristine Bit Checking
Extreme, but not acceptable situation and I can't start the work tomorrow morning
Shall I use personal or official e-mail account when registering to external websites for work purpose?
Patience, young "Padovan"
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
How to get back to the # section of root in the command prompt?
Can't run command prompt “Run as Admin”Hide command prompt containing open process without killing the processCopy Entire Command Prompt Historyzsh - prompt redraw after executing commandHow do I escape spaces for the ftype command in Windows?Bash: color prompt and command differently from output streamHow do I restore my command prompt/power shell to default settings?Batch file executing differently than command promptWindows command prompt default directory randomly changingHow do I show the return code of the previous command in the Windows command line prompt?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I had to run a code to do something in the root command prompt I am in, but I'm scared that if I press exit it will close the command prompt tab I have open. I closed it before and I was unable to figure out how to open it back up again, so I had to restart the entire thing over again from scratch because the code I use says something was already running, blah, blah, blah.
Do you know how I get where I am at currently to the what is displayed in my third screenshot that I attached? The first two are where I am currently at.
Where I'm at (1):
Where I'm at (2):
Where I'm trying to get:
command-line
New contributor
add a comment |
I had to run a code to do something in the root command prompt I am in, but I'm scared that if I press exit it will close the command prompt tab I have open. I closed it before and I was unable to figure out how to open it back up again, so I had to restart the entire thing over again from scratch because the code I use says something was already running, blah, blah, blah.
Do you know how I get where I am at currently to the what is displayed in my third screenshot that I attached? The first two are where I am currently at.
Where I'm at (1):
Where I'm at (2):
Where I'm trying to get:
command-line
New contributor
You should be able to stop it with a CTRL-C.
– harrymc
2 days ago
Or Ctrl-Z to suspend what's running in the foreground, and thenbg
to send it to the background
– glenn jackman
2 days ago
add a comment |
I had to run a code to do something in the root command prompt I am in, but I'm scared that if I press exit it will close the command prompt tab I have open. I closed it before and I was unable to figure out how to open it back up again, so I had to restart the entire thing over again from scratch because the code I use says something was already running, blah, blah, blah.
Do you know how I get where I am at currently to the what is displayed in my third screenshot that I attached? The first two are where I am currently at.
Where I'm at (1):
Where I'm at (2):
Where I'm trying to get:
command-line
New contributor
I had to run a code to do something in the root command prompt I am in, but I'm scared that if I press exit it will close the command prompt tab I have open. I closed it before and I was unable to figure out how to open it back up again, so I had to restart the entire thing over again from scratch because the code I use says something was already running, blah, blah, blah.
Do you know how I get where I am at currently to the what is displayed in my third screenshot that I attached? The first two are where I am currently at.
Where I'm at (1):
Where I'm at (2):
Where I'm trying to get:
command-line
command-line
New contributor
New contributor
edited 2 days ago
karel
9,369103339
9,369103339
New contributor
asked 2 days ago
user1017791user1017791
1
1
New contributor
New contributor
You should be able to stop it with a CTRL-C.
– harrymc
2 days ago
Or Ctrl-Z to suspend what's running in the foreground, and thenbg
to send it to the background
– glenn jackman
2 days ago
add a comment |
You should be able to stop it with a CTRL-C.
– harrymc
2 days ago
Or Ctrl-Z to suspend what's running in the foreground, and thenbg
to send it to the background
– glenn jackman
2 days ago
You should be able to stop it with a CTRL-C.
– harrymc
2 days ago
You should be able to stop it with a CTRL-C.
– harrymc
2 days ago
Or Ctrl-Z to suspend what's running in the foreground, and then
bg
to send it to the background– glenn jackman
2 days ago
Or Ctrl-Z to suspend what's running in the foreground, and then
bg
to send it to the background– glenn jackman
2 days ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
user1017791 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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1422147%2fhow-to-get-back-to-the-section-of-root-in-the-command-prompt%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
user1017791 is a new contributor. Be nice, and check out our Code of Conduct.
user1017791 is a new contributor. Be nice, and check out our Code of Conduct.
user1017791 is a new contributor. Be nice, and check out our Code of Conduct.
user1017791 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f1422147%2fhow-to-get-back-to-the-section-of-root-in-the-command-prompt%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
You should be able to stop it with a CTRL-C.
– harrymc
2 days ago
Or Ctrl-Z to suspend what's running in the foreground, and then
bg
to send it to the background– glenn jackman
2 days ago