dynamically linked file

Hi friends ,
how do i view a dynamically linked file in unix ?
its there on other system and do i have to ftp it in ASCII format or binary ?
and after the ftp how do i view it ?
thanks in advance
veeras

Do you mean symbolically linked?

e.g file1 -> /tmp/file2

You can identify whether a file is linked by performing a ls -l

Cheng