Which command is utilized to determine a file's type based on its content?
Explanation
The 'file' command analyzes the contents of a file to identify its type, unlike 'ls' which lists directory contents, 'cat' which displays file content, or 'more' which paginates output.