View Single Post
Posts: 37 | Thanked: 23 times | Joined on Jan 2012
#1306
Originally Posted by skupa View Post
@Mr pingu @zwevert i have not been also able to run the file from the xterminal after setting permission

Heres what i've been trying all day

~ $ chmod 755
Busybox v1.10.2 (Debian 3:1.10.2.legal-losso30+0m5) multi-call binary


Usage: chmod [-R] MODE[,MODE]... FILE...

this command>>>>>
~ $ /home/user/.config/scorpius/yappari.log
gives>>>>>
-sh: /home/user/.config/scorpius/yappari.log: Permission denied

what am i doing wrong or am i not doing?
if you use chmod you have to specify a file...
thus: ~ $ chmod 755 /home/user/yappariDownloader

after that you can execute the yappariLogReader with:
~ $ /home/user/yappariLogReader
or just ~ $ ./yappariLogReader

do not execute the logfile, thats nonsence...