To return back to the editor from shell prompt we use _____ command.

To return back to the editor from shell prompt we use _____ command. Correct Answer fg and exit

To run to your editor, we can use either fg command or exit command. It depends on the way we escape to the UNIX shell. If we had escaped using ‘:sh’ then use exit command or ctrl-D to return to the editor and if you had used ctrl-Z then use fg command to return to the editor.
Bissoy MCQ

Related Questions