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

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -