vCenter

 View Only
Expand all | Collapse all

How to list symbolic links of a folder in ESXi?

  • 1.  How to list symbolic links of a folder in ESXi?

    Posted Jun 06, 2018 07:46 AM

    Hi;

    How to list symbolic links of a folder in ESXi?

    Thanks



  • 2.  RE: How to list symbolic links of a folder in ESXi?

    Posted Jun 08, 2018 05:23 PM

    You can run this in SSH for root directory /:

    ls -la / | grep "\->"

    Regards