1CHFN(1) User Commands CHFN(1)
2
3
4
6 chfn - change your finger information
7
9 chfn [-f full-name] [-o office] ,RB [ -p office-phone] [-h home-phone]
10 -u] [-v] [username]
11
13 chfn is used to change your finger information. This information is
14 stored in the /etc/passwd file, and is displayed by the finger program.
15 The Linux finger command will display four pieces of information that
16 can be changed by chfn: your real name, your work room and phone, and
17 your home phone.
18
19 chfn is used to change local entries only. Use ypchfn, lchfn or any
20 other implementation for non-local entries.
21
22 COMMAND LINE
23 Any of the four pieces of information can be specified on the command
24 line. If no information is given on the command line, chfn enters
25 interactive mode.
26
27 INTERACTIVE MODE
28 In interactive mode, chfn will prompt for each field. At a prompt, you
29 can enter the new information, or just press return to leave the field
30 unchanged. Enter the keyword "none" to make the field blank.
31
33 -f, --full-name full-name
34 Specify your real name.
35
36 -o, --office office
37 Specify your office room number.
38
39 -p, --office-phone office-phone
40 Specify your office phone number.
41
42 -h, --home-phone home-phone
43 Specify your home phone number.
44
45 -u, --help
46 Print a usage message and exit.
47
48 -v, --version
49 Print version information and exit.
50
52 Returns 0 if operation was successful, 1 if operation failed or command
53 syntax was not valid.
54
56 finger(1), passwd(5)
57
59 Salvatore Valente <svalente@mit.edu>
60
62 The chfn command is part of the util-linux package and is available
63 from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
64
65
66
67util-linux July 2009 CHFN(1)