File command output is different for same file on diff machine
- by Coka
I get different output of file command on same file(checked inode) from different machines.
One of the machines is with suse10 sp3 and the another - rhel4.
machine1>file x.tcl
x.tcl: ASCII English text
machin2>file x.tcl
x.tcl: data
Even in vi editor same file look different from different machine. Any clue?
One more thing - there's third machine suse10 sp3 works fine. Is this machine issue?