VMware Cloud Community
alikhani
Contributor
Contributor

How to list symbolic links of a folder in ESXi?

Hi;

How to list symbolic links of a folder in ESXi?

Thanks

0 Kudos
1 Reply
vmrale
Expert
Expert

You can run this in SSH for root directory /:

ls -la / | grep "\->"

Regards

Regards
Radek

If you think your question have been answered correctly, please consider marking it as a solution or rewarding me with kudos.
0 Kudos