adplus-dvertising
frame-decoration

Question

How can we escape to the UNIX shell without quitting vi editor?

a.

using ‘:sh’ command

b.

using ctrl-Z

c.

using ctrl-D

d.

using ‘:sh’ command and using ctrl-Z

Posted under Vi Editor UNIX

Answer: (d).using ‘:sh’ command and using ctrl-Z

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How can we escape to the UNIX shell without quitting vi editor?

Similar Questions

Discover Related MCQs

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

Q. vi editor stores most of its information in a hidden swap file.

Q. To recover from a crash, we can use ____ command.

Q. The following command will save the contents of the buffer and overwrites the contents of existing file.
:w! File003

Q. For navigation purposes, the mode should be _____ mode.

Q. Which of the following keys are used to moving the cursor up and down?

Q. Which of the following keys is used to moving cursor leftwards along a line?

Q. Which one of the following keys are used to moving cursor rightwards along a line?

Q. We can prefix the repeat factor with navigation keys (h, j, k and l).

Q. We can perform word navigation in vi editor.

Q. Using ‘b’ command we can _____________

Q. Using ‘e’ command we can _____________

Q. Using ‘w’ command we can _____________

Q. We can prefix repeat factor with word navigation commands.

Q. Which command is used for moving the cursor to the line extreme?

Q. ____ command moves the cursor to the end of next line.

Q. Which of the following commands will move the cursor to the end of line number 30 if the current position of the cursor is line number 01?

Q. Which of the following control keys will be used for scrolling one page forward?

Q. We can scroll halve page using control keys.

Q. To navigate 20 pages forward, we can use ______ command.