Revision 24319,
1.3 KB
checked in by broder, 15 years ago
(diff) |
New Moira snapshot from SVN.
|
Rev | Line | |
---|
[23095] | 1 | .TH CHSH 1 "1 Feb 1988" "Project Athena" |
---|
[24319] | 2 | \" RCSID: $HeadURL: svn+ssh://svn.mit.edu/moira/trunk/moira/man/chsh.1 $ $Id: chsh.1 3982 2010-02-16 21:15:17Z zacheiss $ |
---|
[23095] | 3 | .SH NAME |
---|
| 4 | chsh \- change user login shell |
---|
| 5 | .SH SYNOPSIS |
---|
| 6 | .B chsh |
---|
| 7 | [ |
---|
| 8 | .BI \-u |
---|
| 9 | | |
---|
| 10 | .BI \-w |
---|
| 11 | ] [ |
---|
[24319] | 12 | .BI \-s |
---|
| 13 | .I shell |
---|
| 14 | ] [ |
---|
[23095] | 15 | .BI \-db |
---|
| 16 | .I host:port |
---|
| 17 | ] |
---|
| 18 | [ username ] |
---|
| 19 | .SH DESCRIPTION |
---|
| 20 | This command changes the login shell associated with |
---|
| 21 | .IR username |
---|
| 22 | (your own name by default). |
---|
| 23 | While you can specify any program as a command interpreter, be |
---|
| 24 | cautious about specifying a program that won't let you change your |
---|
| 25 | login shell to something else (i.e., a noninteractive program like |
---|
| 26 | "date"). |
---|
| 27 | .PP |
---|
| 28 | When invoked, |
---|
| 29 | .B chsh |
---|
[24319] | 30 | displays the current shell, and prompts for the new one unless the |
---|
| 31 | .BI \-s |
---|
| 32 | option has been specified. |
---|
[23095] | 33 | .PP |
---|
| 34 | If invoked with the |
---|
| 35 | .BI \-w |
---|
| 36 | option, chsh will change the user's Windows shell instead of their |
---|
| 37 | UNIX shell. The default behavior is to change the user's UNIX shell, |
---|
| 38 | and the |
---|
| 39 | .BI \-u |
---|
| 40 | option is provided to explicitly select this behavior. |
---|
| 41 | |
---|
[24319] | 42 | The actual change will take place following the next Hesiod update |
---|
| 43 | from Moira, which generally occurs within three hours. |
---|
[23095] | 44 | Users may only change their own information unless they are |
---|
| 45 | Moira database administrators. |
---|
| 46 | .SH AUTHOR |
---|
| 47 | Emanuel 'Jay' Berkenbilt |
---|
| 48 | .SH "SEE ALSO" |
---|
| 49 | moira(1), |
---|
| 50 | Moira section of the Project Athena Technical Plan |
---|
Note: See
TracBrowser
for help on using the repository browser.