2019-04-18 20:53:14 -04:00
|
|
|
# chfn
|
|
|
|
|
|
|
|
> Update `finger` info for a user.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://manned.org/chfn>.
|
2019-04-18 20:53:14 -04:00
|
|
|
|
|
|
|
- Update a user's "Name" field in the output of `finger`:
|
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`chfn {{[-f|--full-name]}} {{new_display_name}} {{username}}`
|
2019-04-18 20:53:14 -04:00
|
|
|
|
|
|
|
- Update a user's "Office Room Number" field for the output of `finger`:
|
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`chfn {{[-o|--office]}} {{new_office_room_number}} {{username}}`
|
2019-04-18 20:53:14 -04:00
|
|
|
|
|
|
|
- Update a user's "Office Phone Number" field for the output of `finger`:
|
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`chfn {{[-p|--office-phone]}} {{new_office_telephone_number}} {{username}}`
|
2019-04-18 20:53:14 -04:00
|
|
|
|
|
|
|
- Update a user's "Home Phone Number" field for the output of `finger`:
|
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`chfn {{[-h|--home-phone]}} {{new_home_telephone_number}} {{username}}`
|