Help Linux
#1

ok so when I upload my files I get this error

ash: ./samp03svr: Permission denied
Reply
#2

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 *
Reply
#3

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

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)