Forrest logo
back to context overview

chfn

List of commands for chfn:

  • chfn:tldr:669fa chfn: Update a user's "Office Phone Number" field for the output of `finger`.
    $ chfn -p ${new_office_telephone_number} ${username}
    try on your machine
    explain this command
  • chfn:tldr:9966b chfn: Update a user's "Name" field in the output of `finger`.
    $ chfn -f ${new_display_name} ${username}
    try on your machine
    explain this command
  • chfn:tldr:ce996 chfn: Update a user's "Office Room Number" field for the output of `finger`.
    $ chfn -o ${new_office_room_number} ${username}
    try on your machine
    explain this command
  • chfn:tldr:f9162 chfn: Update a user's "Home Phone Number" field for the output of `finger`.
    $ chfn -h ${new_home_telephone_number} ${username}
    try on your machine
    explain this command
back to context overview