DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e0abceccb⟧ TextFile

    Length: 712 (0x2c8)
    Types: TextFile
    Notes: UNIX file
    Names: »chsh.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/chsh.1« 

TextFile

.ig
	@(#)chsh.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH CHSH 1
.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.
Otherwise,
unless you are the super-user,
only an \*(lqapproved\*(rq shell may be given;
.I chsh
with no arguments will print a list of such shell names.
.PP
An example use of this command would be
.PP
.DT
	chsh bill /bin/csh
.SH SEE\ ALSO
csh(1), passwd(1), passwd(5)