SA-MP Forums Archive
Help Linux - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help Linux (/showthread.php?tid=170193)



Help Linux - DirtyLilFreak - 22.08.2010

ok so when I upload my files I get this error

ash: ./samp03svr: Permission denied


Re: Help Linux - habl - 22.08.2010

You probably need to make the file executable. Try this:

Код:
chmod +x samp03svr announce samp-npc
Otherwise check if the user you are logged in to is owner of the file (check with ls -l). If not,

Код:
chown -R youruser.youruser *



Re: Help Linux - DirtyLilFreak - 22.08.2010

kinda I actually had to make the chmod 777 . Thnx anyway.


Re: Help Linux - Woet - 22.08.2010

Nice and secure, chmod 777. Who cares that everybody on the entire server can re-write your executable?


Re: Help Linux - WackoX - 22.08.2010

Quote:
Originally Posted by Woet
Посмотреть сообщение
Nice and secure, chmod 777. Who cares that everybody on the entire server can re-write your executable?
Nobody, because everybody has it that way and no problems.