What are other ways to exit?

QuestionsQuestions8 SkillsProYour First Linux LabAug, 07 2025
0164

In addition to pressing q, you can also exit from the man page by:

  1. Pressing Ctrl + C - This will interrupt the process and return you to the command line.
  2. Pressing Ctrl + Z - This will suspend the man command and return you to the shell, but the man process will still be running in the background.

However, the most common and recommended way to exit is by pressing q.

0 Comments

no data
Be the first to share your comment!