How to find/list all the Symbolic links on a Linux box

H

How Can We Help?

How to find/list all the Symbolic links on a Linux box

In the command line type in the following command:

find / -type l

And execute it!

Now all your Symbolic Links will be listed.

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me