Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-27 00:18:38 +00:00
parent 5871f35fe8
commit 9fe6559a97
123 changed files with 660 additions and 357 deletions

View File

@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
- Update a user's "Name" field in the output of `finger`:
`chfn -f {{new_display_name}} {{username}}`
`chfn {{[-f|--full-name]}} {{new_display_name}} {{username}}`
- Update a user's "Office Room Number" field for the output of `finger`:
`chfn -o {{new_office_room_number}} {{username}}`
`chfn {{[-o|--office]}} {{new_office_room_number}} {{username}}`
- Update a user's "Office Phone Number" field for the output of `finger`:
`chfn -p {{new_office_telephone_number}} {{username}}`
`chfn {{[-p|--office-phone]}} {{new_office_telephone_number}} {{username}}`
- Update a user's "Home Phone Number" field for the output of `finger`:
`chfn -h {{new_home_telephone_number}} {{username}}`
`chfn {{[-h|--home-phone]}} {{new_home_telephone_number}} {{username}}`