Ask Question
Today, 03:33

While working in the command line console, not running X Windows, you suddenly need access to another shell to do another task. You don't want to quit or halt the current application. What might you do to run both your other functions in a shell while still running your current application?

+1
Answers (1)
  1. Y
    Today, 06:48
    0
    You can press ALT-F2 or CTRL-ALT-F2 to open an alternate console screen and access a new shell session.

    Explanation:

    Pressing ALT-F2 or CTRL-ALT-F2 will open an alternate console. You can use this console to perform other tasks without stopping the program running in the first console screen. You can switch back by pressing ALT-F1 or CTRL-ALT-F1.

    So you do the above trick to run both your other functions in a shell while still running your current application.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “While working in the command line console, not running X Windows, you suddenly need access to another shell to do another task. You don't ...” in 📘 Business if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers
Sign In
Ask Question