How to find/list all the Symbolic links on a Linux box?
|
|
|
|
|
Question: How to find/list all the Symbolic Links on a Linux box? Answer: In the command line type in the following command: find / -type l And execute it! Now all your Symbolic Links will be listed.
|