Hi, On Thu, Aug 27, 2009 at 12:42 AM, Zico<[email protected]> wrote: > I have been trying to chmod one file with 755. The file is there. But, when > i put the command: > > *debian:~/Desktop/mysociety/bin# chmod +x 755 rails-post-deploy > *
+x option and 755 are redundant so you give only either of them. Otherwise the command will think that you are trying to give an execute permission to a file named 755, which is not what you want. Regards, Guruprasad _______________________________________________ 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
