Is there any difference between executable binary files between distributions?

后端 未结 5 1212
甜味超标
甜味超标 2021-02-08 11:23

As all Linux distributions use the same kernel, is there any difference between their executable binary files?

If yes, what are the main differences? Or does that mean w

5条回答
  •  耶瑟儿~
    2021-02-08 12:29

    Old Unixes also used COFF format. You may still find executables from times of yore in this format. Linux still has support for it (I don't know if it's compiled in current distros, though).

提交回复
热议问题