Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
elearning:workbooks:solaris:10:junior:l108 [2020/01/16 10:16] – admin | elearning:workbooks:solaris:10:junior:l108 [2020/01/30 03:28] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 140: | Ligne 140: | ||
</ | </ | ||
- | <WRAP center round important 60%> | + | Modifiez la valeur d' |
- | **Important** - Modifiez la valeur d' | + | |
- | </WRAP> | + | < |
+ | # umask 022 | ||
+ | </code> | ||
=====Modifier le propriétaire ou le groupe===== | =====Modifier le propriétaire ou le groupe===== | ||
Ligne 223: | Ligne 225: | ||
# mkdir inherit | # mkdir inherit | ||
# chmod g+s inherit | # chmod g+s inherit | ||
+ | # chgrp nogroup inherit | ||
# touch inherit/ | # touch inherit/ | ||
# mkdir inherit/ | # mkdir inherit/ | ||
- | # cd inherit; | + | # ls -l inherit |
total 8 | total 8 | ||
- | -rw-r--r-- | + | -rw-r--r-- |
- | drwxr-sr-x | + | drwxr-sr-x |
</ | </ | ||