Finding SYmbols in LIB

Whats the unix command to identify the symbols in the shared library.

I want to find the symbol "nnftboot" is in the library libnnz10.so.

Can any one help on this.

Hi,
Try this

nm -g -D -C --defined-only libnnz10.so

I was trying to do the same thing with objdump -T