I am trying to run LambdaTest tunnel for Linux, but getting this error on the console: "zsh: permission denied: ./LT". How do I fix this?

I am trying to run LambdaTest tunnel for Linux by referring to this article, but I am getting this error on the console: "zsh: permission denied: ./LT" Can you please help!

Hi Noah!

The error you are getting shows ‘permission denied’ and you will have to give the permission in order to access the file.

You can try running the following command:

chmod u=rwx,g=r,o=r LT

You can refer to this article for details on setting the permission : How to resolve the "Permission Denied" error in Linux