Windows uses the file extension to determine if the file is executable and which type of executable it is but why does it need different types and what are the differeneces, if any in the way that it executes them?
Surely the unix scheme of using the file mode permissions to determine if its executable and then looking at the contents of the file to determine its type is superior as it avoids problems caused by files having incorrect extensions.
Any thoughts on this matter would be appreciated.
Surely the unix scheme of using the file mode permissions to determine if its executable and then looking at the contents of the file to determine its type is superior as it avoids problems caused by files having incorrect extensions.
Any thoughts on this matter would be appreciated.