How to run commands like sudo grails in ubuntu? -


i'm new ubuntu , i'm trying run grails sudo permission like:

sudo grails 

but i'm getting:

sudo: grails: command not found 

what should do?

if executing command inside bin grails folder, need do:

sudo ./grails 

Comments

Popular posts from this blog

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -