Script/server: Permission denied

when I run script/server I get this error:

script/server: Permission denied

I’ve been running this app for awhile now. Not sure what would have
caused the change.

Any ideas? I’ve messed around with permissions on the script folder but
nothing seems to work.

thanks

chmod 755 script/sevrer

On Jan 9, 2008 9:24 AM, Jimmy P. [email protected]
wrote:

thanks

Posted via http://www.ruby-forum.com/.


Ryan B.

Feel free to add me to MSN and/or GTalk as this email.

Oh and chown it to your user:

chown username:username script/server

On Jan 9, 2008 9:27 AM, Ryan B. [email protected] wrote:


Ryan B.
http://www.frozenplague.net
Feel free to add me to MSN and/or GTalk as this email.


Ryan B.

Feel free to add me to MSN and/or GTalk as this email.

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

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?

sudo chmod 755 script/server?

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

On Jan 9, 2008 9:30 AM, Jimmy P. [email protected]
wrote:

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


Posted via http://www.ruby-forum.com/.


Ryan B.

Feel free to add me to MSN and/or GTalk as this email.

hi…
can any help me to clear this error on windows

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

weird.

thanks