mirror of https://github.com/CrimsonTome/tldr.git
13 lines
383 B
Markdown
13 lines
383 B
Markdown
# nologin
|
|
|
|
> Alternative Shell, die verhindert, dass sich ein Benutzer einloggt.
|
|
> Weitere Informationen: <https://manned.org/nologin.5>.
|
|
|
|
- Setze die Login-Shell eines Benutzers auf `nologin`, um zu verhindern, dass der Benutzer sich anmeldet:
|
|
|
|
`chsh -s {{user}} nologin`
|
|
|
|
- Passe die Nachricht für Benutzer mit Login-Shell `nologin` an:
|
|
|
|
`echo "{{nachricht}}" > /etc/nologin.txt`
|