
Thank you Andrew and Trent for your helpful answers.I have a couple more questions if that is ok. The following is output from an Antix Linux installation I have. $ ls -l /usr/bin/lockfile* -rwxr-xr-x 4 root root 9944 Dec 2 2012 /usr/bin/lockfile-check -rwxr-xr-x 4 root root 9944 Dec 2 2012 /usr/bin/lockfile-create -rwxr-xr-x 4 root root 9944 Dec 2 2012 /usr/bin/lockfile-remove -rwxr-xr-x 4 root root 9944 Dec 2 2012 /usr/bin/lockfile-touch Danny@PM5EZ4AZN6TPOJXZ8KSLVQL5QCXXO5SX5L5KIL38:~ $ md5sum /usr/bin/lockfile* 7e6e10a1272f5cfe594cf297d0ca9151 /usr/bin/lockfile-check 7e6e10a1272f5cfe594cf297d0ca9151 /usr/bin/lockfile-create 7e6e10a1272f5cfe594cf297d0ca9151 /usr/bin/lockfile-remove 7e6e10a1272f5cfe594cf297d0ca9151 /usr/bin/lockfile-touch Danny@PM5EZ4AZN6TPOJXZ8KSLVQL5QCXXO5SX5L5KIL38:~ $ ls -l /usr/bin/mail* -rwxr-sr-x 3 root mail 9944 Dec 2 2012 /usr/bin/mail-lock -rwxr-sr-x 3 root mail 9944 Dec 2 2012 /usr/bin/mail-touchlock -rwxr-sr-x 3 root mail 9944 Dec 2 2012 /usr/bin/mail-unlock Danny@PM5EZ4AZN6TPOJXZ8KSLVQL5QCXXO5SX5L5KIL38:~ $ md5sum /usr/bin/mail* 7e6e10a1272f5cfe594cf297d0ca9151 /usr/bin/mail-lock 7e6e10a1272f5cfe594cf297d0ca9151 /usr/bin/mail-touchlock 7e6e10a1272f5cfe594cf297d0ca9151 /usr/bin/mail-unlock Question #1. What is the reason for the existence of 7 identical files under different names? Regarding question #2.The following is output from a Linux Mint 19.2 installation I have.The command finalrd has been moved from /usr/bin where it was found to $HOME. peter@G9QYX4ZARNADBCM7D12NJQ1TT12B8A5XGBL73KAY:~$ objdump -d finalrd objdump: finalrd: File format not recognised peter@G9QYX4ZARNADBCM7D12NJQ1TT12B8A5XGBL73KAY:~$ hexdump finalrd -n 500 0000000 2123 622f 6e69 732f 0a68 2023 5053 5844 0000010 4c2d 6369 6e65 6573 492d 6564 746e 6669 0000020 6569 3a72 4720 4c50 332d 302e 6f2d 6c6e 0000030 0a79 730a 7465 2d20 0a65 230a 6620 726f 0000040 6920 696e 7274 6d61 7366 742d 6f6f 736c 0000050 6820 6f6f 2d6b 7566 636e 6974 6e6f 0a73 0000060 7865 6f70 7472 4420 5345 4454 5249 2f3d 0000070 7572 2f6e 6e69 7469 6172 666d 0a73 2023 0000080 6f66 2072 752f 7273 6c2f 6269 642f 6172 0000090 7563 2f74 7264 6361 7475 692d 736e 6174 00000a0 6c6c 650a 7078 726f 2074 4544 5453 4f52 00000b0 544f 4944 3d52 4424 5345 4454 5249 230a 00000c0 6920 696e 7274 6d61 7366 742d 6f6f 736c 00000d0 6e20 776f 7220 7165 6975 6572 2073 6874 00000e0 7369 7420 206f 6562 7320 7465 650a 7078 00000f0 726f 2074 6576 6272 736f 3d65 0a6e 230a 0000100 7320 6d6f 7465 6968 676e 6120 726c 6165 0000110 7964 6320 6572 7461 6465 7320 7568 6474 0000120 776f 206e 6e69 7469 6172 666d 0a73 2023 0000130 6173 656d 6320 6568 6b63 6920 2073 6f64 0000140 656e 6220 2079 2e65 2e67 6420 6172 7563 0000150 2d74 6873 7475 6f64 6e77 230a 6920 2074 0000160 7369 6520 7078 6365 6574 2064 6874 7461 0000170 6120 796e 7320 7568 6474 776f 206e 6e69 0000180 7469 6172 666d 2073 7369 6720 6f6f 2064 0000190 6e65 756f 6867 5b0a 2120 2d20 2078 4424 00001a0 5345 4454 5249 622f 6e69 732f 2068 205d 00001b0 7c7c 6520 6978 2074 0a30 230a 2f20 7572 00001c0 206e 616d 2079 6562 6d20 756f 746e 6465 00001d0 6e20 656f 6578 2c63 6f6e 7573 6469 3d20 00001e0 203e 6966 2078 7469 230a 6920 2074 6873 00001f0 756f 646c 00001f4 Question #2 Why can't finalrd be disassembled by objdump ?