in reply to Re: Re: Re: Setting permissions as text file is created
in thread Setting permissions as text file is created
% ls -al total 12 4 drwxr-xr-x 2 notme notmygroup 4096 Mar 17 11:12 ./ 4 drwxr-xr-x 101 me mygroup 4096 Mar 17 11:12 ../ 4 -rw-rw-rw- 1 me mygroup 42 Mar 17 11:12 foo.foo % rm foo.foo rm: cannot remove `foo.foo': Permission denied % sudo chmod 777 . % rm foo.foo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Setting permissions as text file is created
by Hissingsid (Sexton) on Mar 17, 2004 at 17:22 UTC | |
by coec (Chaplain) on Mar 17, 2004 at 23:19 UTC |