How to get version - Permision denied

I tried to get the version as shown below but I get the error “Permission denied” even tho i’m logged in as tigergraph. This is the enterprise version or eval.
image
Thanks.

Just to get the obvious stuff out of the way, what are the permissions and ownership of your tigergraph root directory?

I’m new at this and a first time Linux user. How to I do that? I did a little searching and didn’t find anything that worked.

So firstly, on reflection, your su command may be hurting you.

Rather than sudo su tigergraph
try:
sudo su - tigergraph

That dash will bring in the tigergraph environment variables as if you were logging in as tigergraph directly.

After that, barring other issues, the gadmin command should work correctly.

1 Like

That worked perfect. Thank you.