19 lines
403 B
Markdown
19 lines
403 B
Markdown
up::[[unix commandes d'identification]]
|
|
title::"changer la valeur du champ [[unix GECOS|GECOS]]"
|
|
#s/informatique/unix
|
|
|
|
----
|
|
`chfn` (CHange FiNger information)
|
|
|
|
```bash
|
|
$ chfn
|
|
pierre's current gecos :
|
|
"Pierre MARTIN, Enseignant, 20100905,"
|
|
Change (yes) or (no)? >y
|
|
To?>Pierre-Paul MARTIN,Professeur,20100901,
|
|
```
|
|
|
|
> [!note]
|
|
> change le contenu du fichier [[unix fichier etc-passwd|/etc/passwd]]
|
|
|