From: mar Date: Mon, 8 Feb 1988 15:47:33 +0000 (+0000) Subject: Initial revision X-Git-Tag: BETA5-24-88~8 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/76ca8a038d58d0415941699116bf3b2f4bfb5095 Initial revision --- diff --git a/man/chfn.1 b/man/chfn.1 new file mode 100644 index 00000000..2e94deb7 --- /dev/null +++ b/man/chfn.1 @@ -0,0 +1,64 @@ +.TH CHFN 1 "1 Feb 1988" "Project Athena" +\" RCSID: $Header$ +.SH NAME +chfn \- change finger information +.SH SYNOPSIS +.B chfn +[ username ] +.SH DESCRIPTION +This command changes (or installs) +then GECOS information field +associated with +.IR username +(your own name by default). +The GECOS information is the information shown by +.I finger(1). +.PP +When invoked, +.B chfn +displays the current information as default values +while prompting for any changes. +The fields include a user's +``real life'' name, nickname, home address and phone number, +office address and phone number, department and year. +Included in each prompt is a default value, +which is enclosed between brackets. +The default value is accepted simply by typing a carriage +return. To enter a blank field, the word ``none'' may +be typed. Below is a sample run: +.IP +.B "Name [Biff Studsworth II]:" +.br +.B "Nickname [Studley]:" +.br +.B "Home address (Ex: Bemis 304) [New House 4-601]:" +.br +.B "Home phone number (Ex: 4660000) [225-1234]:" +.br +.B "Office address (Exs: 597 Tech Square or 10-256) [E40-300M]:" +E40-358M +.br +.B "Office phone (Ex: 3-1300) []:" +1863 +.br +.B "MIT department (Exs: EECS, Biology, Information Services) [VI-3]:" +none +.br +.B "MIT year (Exs: 1989, '91, Faculty, Grad) ['90]:" +'91 +.sp +.PP +.I chfn +allows phone numbers to be entered with or without hyphens. +If only four digits are entered for a phone number, and MIT extension +is assumed. If the Office address ends in "M", it will assume an MIT +room, if it ends in "T", it will assume Tech Square. +.PP +Note that the changes will not show up with +.I finger +until several hours after the database has been changed. +.PP +Users may only change their own information unless they are +SMS database administrators. +.SH "SEE ALSO" +usermaint(1), finger(1) diff --git a/man/chpobox.1 b/man/chpobox.1 new file mode 100644 index 00000000..003ad4cb --- /dev/null +++ b/man/chpobox.1 @@ -0,0 +1,35 @@ +.TH CHPOBOX 1 "5 Feb 1988" "Project Athena" +\" RCSID: $Header$ +.SH NAME +chpobox \- change where user receives mail +.SH SYNOPSIS +.B chpobox +[ -d|a address] [-u username] +.SH DESCRIPTION +This command adds a new mailbox, deletes and existing mailbox, or +lists the mailboxes currently assigned to +.IR username +(your own name by default). +If neither the +.B -a +or the +.B -d +option is given, the current mailboxes will be displayed. +The options will attempt to add or delete the specified mailbox. +A mailbox address is of the form +.I string@hostname, +where the string is usually the username, and the hostname is the name +of the machine the user wishes to receive mail on. +.PP +.B chpobox +will determine if the mailbox is of type POP, LOCAL, or FOREIGN based +on information in the SMS database, and then make the appropriate +change in the SMS database. +It will not allow a user to have more than one mailbox of type POP, +and it will not allow a user to delete his last mailbox. +The actual change will take place a couple of hours later. +Users may only change their own information unless they are +SMS database administrators. +.SH "SEE ALSO" +usermaint(1), +SMS Section of the Project Athena Technical Plan. diff --git a/man/chsh.1 b/man/chsh.1 new file mode 100644 index 00000000..b62f2941 --- /dev/null +++ b/man/chsh.1 @@ -0,0 +1,30 @@ +.TH CHSH 1 "1 Feb 1988" "Project Athena" +\" RCSID: $Header$ +.SH NAME +chsh \- change user login shell +.SH SYNOPSIS +.B chsh +[ username ] +.SH DESCRIPTION +This command changes the login shell associated with +.IR username +(your own name by default). +If no command interpreter is specified, then the login shell reverts +to the default login shell +.B /bin/sh. +While you can specify any program as a command interpreter, be +cautious about specifying a program which won't let you change your +login shell to something else (i.e., a noninteractive program like +"date"). +.PP +When invoked, +.B chsh +displays the current shell, and prompts for the new one. +Just pressing return will keep the same shell. +.PP +The actual change will take place a couple of hours later. +Users may only change their own information unless they are +SMS database administrators. +.SH "SEE ALSO" +usermaint(1), +SMS section of the Project Athena Technical Plan diff --git a/man/mrcheck.1 b/man/mrcheck.1 new file mode 100644 index 00000000..ef8a9a4d --- /dev/null +++ b/man/mrcheck.1 @@ -0,0 +1,50 @@ +.TH SMSCHECK 1 "7 Feb 1988" "Project Athena" +\" RCSID: $Header$ +.UC 4 +.SH NAME +smscheck \- verify that SMS updates are successful +.SH SYNOPSIS +.B smscheck +.SH DESCRIPTION +.I Smscheck +will query the SMS database to determine of every system server which +should be updated has been successfully updated. It will display a +one line summary for each service/host pair which has not been +successfully updated. If all services are up-to-date, this will be +indicated. +.PP +The following information is displayed for unsuccessful services: +.TP +service +the name of the service +.TP +host +the internet hostname +.TP +s +The success/failure flag. A value of 0 here indicates that the last +updated attempt failed. +.TP +e +The enable flag. A value of 0 here indicates that this service/host +tuple is disabled. This flag must be set for updates to be attempted. +Entries that are disabled are ignored by +.I smscheck. +.TP +override +This shows the length of the re-try interval. This length of time +after the last time an update was attempted, the DCM will try again. +.TP +last time attempted +This shows the date and time of the last update +attempt. +.TP +val1, val2 +These values are service dependant, and are ignored by +the update algorithm. +.PP +.SH DIAGNOSTICS +Pay attention to Kerberos diagnostics, as one must be authenticated to +do most SMS database work. +.SH "SEE ALSO" +dcmmaint(1), SMS section of the Project Athena Technical Plan