I'm using a deploy tool in PHP.
When I use the command, some symbolic links are created for certain folders.
How do I run this command on a Linux server, I would like to know if there is any command to list all the symbolic links created in the folder.
With the command ls
I can not differentiate between folders and links
How can I do this in Linux?