>
> *debian:~/Desktop/mysociety/bin# chmod +x 755 rails-post-deploy
> *
> the error comes:
>
> *chmod: cannot access `755': No such file or directory


Hi,

chmod can be used with numerical or modern notation.

you have tried with both.

try as

chmod +x rails-post-deploy

or

chmod 755 rails-post-deploy


--
Regards,
T.Shrinivasan


My experiences with Linux are here
http://goinggnu.wordpress.com

For Free and Open Source Jobs
http://fossjobs.wordpress.com
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to