|

15-08-08, 04:48 PM
Oops, I forgot!
That "hs" command will have to be made executable. Type:
sudo chmod 711 /usr/local/bin/hs
You will have to enter the password again. The "chmod" command changes the mode of a file and the 711 will make it possible for anyone to execute the file and the owner can read it or write it.
um
|