BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:05:13 +0000 (01:05 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:05:13 +0000 (01:05 -0800)
Work on file usr/man/man1/chsh.1

Synthesized-from: 3bsd

usr/man/man1/chsh.1 [new file with mode: 0644]

diff --git a/usr/man/man1/chsh.1 b/usr/man/man1/chsh.1
new file mode 100644 (file)
index 0000000..4a38e64
--- /dev/null
@@ -0,0 +1,31 @@
+.TH CHSH 1 2/24/79
+.UC
+.SH NAME
+chsh \- change default login shell
+.SH SYNOPSIS
+.B chsh
+name
+[
+shell
+]
+.SH DESCRIPTION
+.I Chsh
+is a command similar to
+.IR  passwd (1)
+except that it is used to change the login shell field of the password
+file rather than the password entry.
+If no
+.I shell
+is specified
+then the shell reverts to the default login shell
+.I /bin/sh.
+Currently only
+.I /bin/csh
+can be specified as the shell unless you are the super-user.
+.PP
+An example use of this command would be
+.PP
+.DT
+       chsh bill /bin/csh
+.SH SEE\ ALSO
+csh(1), passwd(1), passwd(5)