Hi,

On Thu, Aug 27, 2009 at 12:46 AM, Guruprasad<lgp171...@gmail.com> wrote:
> Hi,
>
> +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.
>

Quoting from the man pages of 'chmod', its syntax is
chmod [options] [mode] file(s)/folder(s)

Here in the command you tried +x is also an usage of the mode and 755
too is. Since you have given +x first, it will try to apply +x
permissions to whatever file(s)/folder(s) that follow and it finds 755
and hence the error.

Thank you.

Regards,
Guruprasad.
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in 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