Displays information about ELF files. More information: http://man7.org/linux/man-pages/man1/readelf.1.html.
readelf -all {{path/to/binary}}
readelf --headers {{path/to/binary}}
readelf --symbols {{path/to/binary}}
readelf --file-header {{path/to/binary}}