LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Searching for symbolic links (https://www.linuxquestions.org/questions/linux-software-2/searching-for-symbolic-links-576650/)

jasontn 08-12-2007 11:29 PM

Searching for symbolic links
 
I have this old workstation that has an old copy of PHING working perfectly. It worked by adding some symbolic links but I can't remember what they were, and my colleague has left the firm.

How do I look for ALL the symbolic links in the harddisk, in order for me to examine them?

MS3FGX 08-12-2007 11:34 PM

The following command should do what you are looking for:

Code:

find /* -type l

jasontn 08-12-2007 11:54 PM

Thank you very much.

jason

Quote:

Originally Posted by MS3FGX (Post 2856885)
The following command should do what you are looking for:

Code:

find /* -type l


jasontn 08-13-2007 12:21 AM

Thank you very much.

Jason

Quote:

Originally Posted by MS3FGX (Post 2856885)
The following command should do what you are looking for:

Code:

find /* -type l



All times are GMT -5. The time now is 04:41 PM.