Ask Question
23 April, 18:22

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?

+4
Answers (1)
  1. 23 April, 19:24
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers