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
Post a Comment