RH124-v9.3 Ch08s04 - Guided Exercise: Control Jobs - Instruction 2.2 says: "Create a script called control in the /home/student/bin directory. To enter Vim interactive mode, press the i key. Use the :wq command to save the file and quit."
Arguably "vim" should not be capitalized, but more importantly, has no "interactive mode". It does have an "insert mode", which is invoked using the "i" key on the keyboard.
A correction would be lovely. For now, just a note for anyone teaching so we can strive to use the standard phrasing and help reduce confusion on the parts of our newbile students.
Also, :wq is NOT a command - it is a series of commands issued in extended command mode (invoked by :), which will write and quit.
Thank you for reading.
-Andrew
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.