Answer the following statements true (T) or false (F)

1. The vi editor uses temporary buffers for the files you are editing.
2. The commands Z and zz both save your file and exit the vi editor.
3. You can start the vi without indicating the filename.
4. Pressing the letter i in command mode places the vi in the insert mode (text mode).
5. One way to exit vi is to turn the terminal off.


1. True
2. True
3. True
4. True
5. False

Computer Science & Information Technology

You might also like to view...

The command find . name "?" print

a: starts from the current directory, and finds all files with filename ? b: starts from the home directory, and finds all files with filename ? c: starts from the root directory, and finds all files that have a ? mark as part of their filenames d: starts from the current directory, and finds all files with one character filename e: none of the above

Computer Science & Information Technology

List the four different access category classes defined by EDCA.

What will be an ideal response?

Computer Science & Information Technology

The ____ model was implemented to improve the efficiency of the version phase and iteration process as well as allow for smaller, more frequent, and controllable releases of the MySQL database software.

A. milestone B. guidelines C. spiral D. ladder

Computer Science & Information Technology

If ++x is used in an expression, first the expression is evaluated, and then the value of x is incremented by 1.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology