script/server: Permission denied

chmod 755 script/sevrer

Oh and chown it to your user:

chown username:username script/server

$ chmod 755 script/server chmod: script/server: Permission denied

sudo chmod 755 script/server?

Don’t have root? Contact your friendly neighbourhood network admin.

strange.

i tried "sudo chmod 755 script/server" and it didn't give me the error but the permissions did not change:

d-w----rwx 13 jimmypalmer staff 442 Jan 8 16:26 script

any other ideas?

i got it. ran it on just script and it worked.

weird.

thanks