Which command is utilized to display the number of lines, words, and characters in a file?
Explanation
The 'wc' command is used in Unix/Linux systems to count lines, words, and characters in a file. Other options like 'countw', 'wcount', 'count p', and 'wordcount' are not valid commands for this purpose.