[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-team] chmod
le probleme est que je voulais donner le droit d'ecriture à tous. Dans
la manpage, il est dit
" A combination of the letters `ugoa' controls which users'
access to the file will be change.....
..... If none of
these are given, the effect is as if `a' were given, but
bits that are set in the umask are not affected."
Or le umask etait mis à 022, ce qui veut dire que les permissions en
ecritures ne sont pas modifiées pour le groupe et les autres par defaut.
Pour faire ce que je voulais, je devais utiliser la commande "chmod a+w
*".
Raph.
PS: ce que je suis sur d'avoir raté, c'est des mails durant ce WE.
Peut-etre quelqu'un avait-il repondu, mais je n'ai pas eu ce mail.
Emmanuel Tychon wrote:
>
> On 10-Mar-2000 raphael Bauduin wrote:
>
> Dans la sequence ci dessous, repertoire a deja les droits
> d'ecriture, et tu fais un +w dessus ce qui forcement ne
> change rien. C'est moi qui ai du rater un truc cette fois?
>
> > Quelqu'un peut-il me dire ce que je rate dans la sequence suivante
> > (copié-collé à la fin du mail)?
> > Je voudrais donner le droit d'ecriture sur "repertoire" sans toucher au
> > autres droits (execution, lecture). Je pensais pouvoir le faire avec un
> > chmod +w *, mais cela ne change rien. Par contre, un chmod 777 *
> > fonctionne.
> >
> > Merci!
> >
> > Raph
> >
> > [root@cable-195-162-212-232 Documents]# ls -l
> > drwxr-xr-x 2 root root 1024 Mar 8 11:44 repertoire
> > -rw-r--r-- 1 raph user 305415 Feb 18 09:23 win2k-linux.ps.ps
> > [root@cable-195-162-212-232 Documents]# chmod +w *
> > [root@cable-195-162-212-232 Documents]# ls -l
> > drwxr-xr-x 2 root root 1024 Mar 8 11:44 repertoire
> > -rw-r--r-- 1 raph user 305415 Feb 18 09:23
> > win2k-linux.ps.ps
> > --
> > ----------------------------------
> > | -°) (°- |
> > | /\\ Linux for ever //\ |
> > | _\_v v_/_ |
> > ----------------------------------
> > ---------
> > Visit the Linux Supertore Online: http://www.redcorp.com !
> > If you want to be deleted from the list, send a mail to
> > majordomo@rtfm.be with "unsubscribe linux-team" in the body.
> > Archive of the list: http://tania.be.linux.org/
>
> --
> .. .. | Cisco Security Response Team
> || || | European Technical Assistance Center
> || || | PHONE: +32-2-7045000
> |||| |||| | FAX: +32-2-7046000
> .:||||||:..:||||||:. |
> cisco Systems, Inc. | Empowering the Internet Generation (tm)
> ---------
> Visit the Linux Supertore Online: http://www.redcorp.com !
> If you want to be deleted from the list, send a mail to
> majordomo@rtfm.be with "unsubscribe linux-team" in the body.
> Archive of the list: http://tania.be.linux.org/
--
----------------------------------
| -°) (°- |
| /\\ Linux for ever //\ |
| _\_v v_/_ |
----------------------------------
--------
Visit the Linux Supertore Online: http://www.redcorp.com !
If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.
Archive of the list: http://tania.be.linux.org/