blob: e13a49d9fee70cb8a77d54315959a7923ef7f370 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
.\"
.\" chsh.1 \-\- change your login shell
.\" (c) 1994 by salvatore valente <svalente@athena.mit.edu>
.\"
.\" this program is free software. you can redistribute it and
.\" modify it under the terms of the gnu general public license.
.\" there is no warranty.
.\"
.\" $Author: kloczek $
.\" $Revision: 1.4 $
.\" $Date: 2005/08/29 13:59:29 $
.\"
.TH CHSH 1 "October 13 1994" "chsh" "Linux Reference Manual"
.SH NAMA
chsh \- merubah shell login
.SH RINGKASAN
.B chsh
[\ \-s\ shell\ ] [\ \-l\ ] [\ \-u\ ] [\ \-v\ ] [\ username\ ]
.SH PENJELASAN
.B chsh
digunakan untuk merubah shell login Anda.
Bila shell tidak diberikan pada baris perintah maka
.B chsh
menampilkan prompt untuk memasukkan shell.
.SS SHELL\-SHELL YANG BENAR
.B chsh
akan menerima pathname lengkap dari file executable pada sistem.
Walau demikian, akan menampilkan peringatan bila shell tidak terdapat
dalam file
.I /etc/shells .
.SH OPTION
.TP
.I "\-l, \-\-list\-shells"
Menampilkan daftar shell yang ada dalam
.I /etc/shells
dan keluar atau exit.
.TP
.I "\-s, \-\-shell"
Menentukan shell login Anda.
.TP
.I "\-u, \-\-help"
Menampilkan cara penggunaan program.
.TP
.I "\-v, \-\-version"
Menampilkan informasi versi program.
.SH "LIHAT JUGA"
.BR login (1),
.BR passwd (5),
.BR shells (5)
.SH PEMBUAT
Salvatore Valente <svalente@mit.edu>
.SH PENTERJEMAH
Rizqy Syarief <rizqy@rad.net.id>
|