If we execute the file command against /var/log/messages then why do we see "/var/log/messages: ASCII Pascal program text"?
Issue
- When I execute the
filecommand for/var/log/messagesfile I see it as ASCII Pascal program text :-
[root@server ~]# file /var/log/messages
/var/log/messages: ASCII Pascal program text
- What is the standard file type? Isn't it should be :-
[root@some-other-server ~]# file /var/log/messages
/var/log/messages: ASCII English text
Environment
- Red Hat Enterprise Linux 6
- Red Hat Enterprise Linux 7
filecommand
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.