Hi all. During CKA exam, when a question is completed, why do we need to run "ex . . .

Pramod Raghavendra:
Yes true

Alistair Mackay:
To not accidentally exit yourself out of the exam terminal, run the following as the first thing you put into the terminal when you start

set -o ignoreeof

Then, if you accidentally CTRL-D the main terminal, it will tell you to use exit rather than dump the exam.

Vitor Jr.:
There is another cheat for this: just do alias exit="echo if you want to exit this host, first unalias me"

Vitor Jr.:
This way, alias only for that terminal, exit won’t work if you type it