Multiple choice technology programming languages

"Which one of the following lines is correctly formatted as the last line of a /etc/printcap file? "

  1. :mx#2:

  2. :mx#2

  3. :mx#2\

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In /etc/printcap printer configuration files, each entry must end with a colon (:). This is the standard syntax requirement for proper parsing - the colon acts as a field terminator, similar to how configuration files use delimiters to mark entry boundaries.