tizen 2.0
[external/shadow.git] / man / pl / sulogin.8
1 '\" t
2 .\"     Title: sulogin
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
5 .\"      Date: 07/24/2009
6 .\"    Manual: Polecenia Zarządzania Systemem
7 .\"    Source: Polecenia Zarządzania Systemem
8 .\"  Language: Polish
9 .\"
10 .TH "SULOGIN" "8" "07/24/2009" "Polecenia Zarządzania Systemem" "Polecenia Zarządzania Systemem"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAZWA"
22 sulogin \- Single\-user login
23 .SH "SK\(/LADNIA"
24 .PP
25 \fBsulogin\fR
26 [\fItty\-device\fR]
27 .SH "OPIS"
28 .PP
29 The
30 \fBsulogin\fR
31 command is invoked by
32 \fBinit\fR
33 prior to allowing the user access to the system when in single user mode\&. This feature may only be available on certain systems where
34 \fBinit\fR
35 has been modified accordingly, or where the
36 /etc/inittab
37 has an entry for a single user login\&.
38 .PP
39 The user is prompted
40 .PP
41 Type control\-d to proceed with normal startup, (or give root password for system maintenance):
42 .PP
43 Input and output will be performed with the standard file descriptors unless the optional device name argument is provided\&.
44 .PP
45 If the user enters the correct root password, a login session is initiated\&. When
46 \fIEOF\fR
47 is pressed instead, the system enters multi\-user mode\&.
48 .PP
49 After the user exits the single\-user shell, or presses
50 \fIEOF\fR, the system begins the initialization process required to enter multi\-user mode\&.
51 .SH "OSTRZEŻENIA"
52 .PP
53 This command can only be used if
54 \fBinit\fR
55 has been modified to call
56 \fBsulogin\fR
57 instead of
58 /bin/sh, or if the user has set the
59 \fIinittab\fR
60 to support a single user login\&. For example, the line:
61 .PP
62 co:s:respawn:/etc/sulogin /dev/console
63 .PP
64 should execute the sulogin command in single user mode\&.
65 .PP
66 As complete an environment as possible is created\&. However, various devices may be unmounted or uninitialized and many of the user commands may be unavailable or nonfunctional as a result\&.
67 .SH "CONFIGURATION"
68 .PP
69 The following configuration variables in
70 /etc/login\&.defs
71 change the behavior of this tool:
72 .PP
73 \fBENV_HZ\fR (string)
74 .RS 4
75 If set, it will be used to define the HZ environment variable when a user login\&. The value must be preceded by
76 \fIHZ=\fR\&. A common value on Linux is
77 \fIHZ=100\fR\&.
78 .RE
79 .PP
80 \fBENV_TZ\fR (string)
81 .RS 4
82 If set, it will be used to define the TZ environment variable when a user login\&. The value can be the name of a timezone preceded by
83 \fITZ=\fR
84 (for example
85 \fITZ=CST6CDT\fR), or the full path to the file containing the timezone specification (for example
86 /etc/tzname)\&.
87 .sp
88 If a full path is specified but the file does not exist or cannot be read, the default is to use
89 \fITZ=CST6CDT\fR\&.
90 .RE
91 .SH "PLIKI"
92 .PP
93 /etc/passwd
94 .RS 4
95 Informacja o kontach użytkownik\('ow\&.
96 .RE
97 .PP
98 /etc/shadow
99 .RS 4
100 Informacje chronione o użytkownikach\&.
101 .RE
102 .SH "ZOBACZ TAKŻE"
103 .PP
104
105 \fBlogin\fR(1),
106 \fBsh\fR(1),
107 \fBinit\fR(8)\&.