Re: Search for Symbolic Links?



Adisegna@xxxxxxxxx wrote:
Suse 10.0.

How can I search for all the Symbolic Links on a server?

Thanks in advance.



find / -type l


Here is an excerpt from 'man find'

-type c
              File is of type c:

              b      block (buffered) special

              c      character (unbuffered) special

              d      directory

              p      named pipe (FIFO)

              f      regular file

              l      symbolic link

              s      socket

              D      door (Solaris)

Did I just finish your homework?  :-)

JohnK
.