Question: OpenBSD command line for checking list of library used by daemon

Hi All,

I would like to ask what is the command line on OpenBSD which able to be used to check the list of library which used by specific daemon?

For example, I would like to check what are the libraries which are used by ftpd.

Thank you in advance.

Regards,
Stefan

ldd: ldd [/path/to/file/]filename

ldd /usr/bin/ftpd

Hi Jim,

Thanks for your reply.

Stefan