Re: [Ilugc] chmod error

2009-08-26 Thread Zico
On Thu, Aug 27, 2009 at 1:20 AM, Guruprasad wrote: > Hi, > > > Quoting from the man pages of 'chmod', its syntax is > chmod [options] [mode] file(s)/folder(s) > [ ... ] Thanks, its working! I am really sorry for my stupid question!! :( -- Best, Zico __

Re: [Ilugc] chmod error

2009-08-26 Thread Guruprasad
Hi, On Thu, Aug 27, 2009 at 12:46 AM, Guruprasad 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 o

Re: [Ilugc] chmod error

2009-08-26 Thread Shrinivasan T
> > *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-

Re: [Ilugc] chmod error

2009-08-26 Thread Guruprasad
Hi, On Thu, Aug 27, 2009 at 12:42 AM, Zico 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 t

[Ilugc] chmod error

2009-08-26 Thread Zico
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 * the error comes: *chmod: cannot access `755': No such file or directory * I cannot understand the problem!!! -- Best, Zico