The Computer Oracle

Exit the Linux shell back to command prompt

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Darkness Approaches Looping

--

Chapters
00:00 Exit The Linux Shell Back To Command Prompt
00:19 Accepted Answer Score 20
00:28 Answer 2 Score 6
00:36 Answer 3 Score 0
00:57 Thank you

--

Full question
https://superuser.com/questions/1137844/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows10 #commandline #cmdexe #windowssubsystemforlinux

#avk47



ACCEPTED ANSWER

Score 20


Type exit to terminate the shell and return to the calling program.




ANSWER 2

Score 6


You can use logout in bash to return to command prompt.

bash




ANSWER 3

Score 0


As someone already answered to use exit to back to Command prompt

i was using tmux and i can't use exit as it will close the session. instead of going back.

so, i have to use cmd.exe to use command prompt o

The best thing is now you can use tmux for command prompt.