Scroll to navigation

MINGETTY(8) Podręcznik programisty Linuksa MINGETTY(8)

NAZWA

mingetty - minimalne getty dla konsol

SKŁADNIA

/sbin/mingetty [--noclear] [--nonewline] [--noissue] [--nohangup] [--noreset] [--no-hostname] [--long-hostname] [--login login_binary] [--logopts "login_options"] [--nice number] [--delay number] [--chdir /home] [--chroot /chroot] [--autologin user] [--loginpause] [--old] tty [term]

OPIS

mingetty is a minimal getty for use on virtual consoles. Unlike agetty(8), mingetty is not suitable for serial lines. For this purpose the usage of mgetty(8) is recommend.

OPCJE

Nie czyść ekranu przed poproszeniem o nazwę użytkownika (normalnie ekran jest czyszczony).
By default the terminal settings will be initialized to some sane default values. With this option the terminal settings will not be changed.
Nie drukuje znaku nowej linii przed wypisaniem zawartości pliku /etc/issue.
Nie wypisuje zawartości pliku /etc/issue.
Nie wywołuje funkcji vhangup(), aby uniemożliwić innym aplikacjom zapisywanie do tego tty.
By default the hostname will be printed. With this option enabled, no hostname at all will be shown.
Domyślnie nazwa hosta jest drukowana tylko do pierwszej kropki. Po włączeniu tej opcji, pokazywany jest pełny tekst gethostname(2).
Use the login_binary to log in instead of the default /bin/login.
Options that are passed to the login program. \\u is replaced by the login name. Defaults to "-- \\u", which is suitable for /bin/login. Please read the SECURITY NOTICE below if you want to use this.
Zmienia priorytet za pomocą wywołania funkcji nice().
Po uruchomieniu mingetty wstrzymuje działanie na podaną liczbę sekund.
Zmienia katalog na podany przed uruchomieniem programu logowania.
Wywołuje chroot() z podaną nazwą katalogu.
Loguje automatycznie podanego użytkownika bez pytania o nazwę użytkownika i hasło. Patrz także opis opcji -f programu /bin/login.
Czeka na wciśnięcie dowolnego klawisza przed wyświetleniem linii zgłoszenia. Może być połączone z --autologin, aby zaoszczędzić pamięć przez nieuruchamianie automatycznie powłok.
Do not reset the terminal line to standard settings and do not hangup the /dev/vcs and /dev/vcsa virtual console memory devices which may remain from a former session. This hangup requires access to the /proc file system because the linux kernel does not have a revoke() system call. Please read the SECURITY NOTICE below if you want to use this.

SECURITY NOTICE

If you use the --login and --logopts options, be aware that a malicious user may try to enter lognames with embedded options, which then get passed to the used login program. mingetty does check for a leading - and makes sure the logname gets passed as one parameter (so embedded spaces will not create yet another parameter), but depending on how the login binary parses the command line that might not be sufficient. Check that the used login program can not be abused this way.

Some programs use -- to indicate that the rest of the commandline should not be interpreted as options. Use this feature if available by passing -- before the username gets passed by \\u.

If you use the --old be aware that remaining opened or memory mapped /dev/vcs<#> or /dev/vcsa<#> virtual console memory devices provide all infomation of the corresponding terminal line /dev/tty<#> to a possible attacker.

SEKWENCJE SPECJALNE

mingetty rozpoznaje następujące sekwencje specjalne, które można osadzić w pliku /etc/issue:

wstawia bieżący dzień (czas lokalny),
wstawia nazwę terminala, na którym działa mingetty,
wstawia architekturę maszyny (uname -m),
wstawia sieciową nazwę węzła maszyny (uname -n),
wstawia nazwę domeny,
wstawia wydanie systemu operacyjnego (uname -r),
wstawia czas bieżący (lokalny),
wstawia nazwę systemu operacyjnego,
liczba użytkowników, którzy są obecnie zalogowani. \U wstawia "n users", podczas gdy \u wstawia tylko "n".
wstawia wersję systemu operacyjnego (uname -v).

PRZYKŁAD

Tekst "Linux eos i386 #1 Tue Mar 19 21:54:09 MET 1996" można stworzyć, wstawiając do /etc/issue "\s \n \m \v".

PLIKI

/etc/issue,
/var/run/utmp,
/etc/inittab.

ZOBACZ TAKŻE

mgetty(8),
agetty(8),
inittab(5),
vcs(8).

AUTOR

Copyright © 1996 Florian La Roche <florian@suse.de> or <florian@jurix.jura.uni-sb.de>.
Copyright © 1999-2002 Werner Fink <feedback@suse.de>. Man-page written by David Frey <David.Frey@eos.lugs.ch>, Florian La Roche, and updated by Werner Fink.

TŁUMACZENIE

Autorami polskiego tłumaczenia niniejszej strony podręcznika są: Przemek Borys <pborys@dione.ids.pl> i Robert Luberda <robert@debian.org>

Niniejsze tłumaczenie jest wolną dokumentacją. Bliższe informacje o warunkach licencji można uzyskać zapoznając się z GNU General Public License w wersji 3 lub nowszej. Nie przyjmuje się ŻADNEJ ODPOWIEDZIALNOŚCI.

Błędy w tłumaczeniu strony podręcznika prosimy zgłaszać na adres listy dyskusyjnej manpages-pl-list@lists.sourceforge.net.

29 May 2007 SuSE