5.6 Exercise



  1. Open "/var/log/dmesg" with vi, then execute the following.

  2. Move cursor to right-down on screen using only "hjkl" key.

  3. Move the end of file using [Ctrl]+f.

  4. Move the beginning of file using [Ctrl]+b.

  5. Copy a line, and paste 5 times.

  6. Retrieve a string "Memory"

  7. Replace a string "BIOS" to "bios"

  8. Exit without saving using ":q!" command.


Previous Next