mingetty
Console-only getty
Install
- All systems
-
curl cmd.cat/mingetty.sh
- Debian
-
apt-get install mingetty - Ubuntu
-
apt-get install mingetty - Kali Linux
-
apt-get install mingetty - CentOS
-
yum install mingetty - Fedora
-
dnf install mingetty - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mingetty - Raspbian
-
apt-get install mingetty
mingetty
Console-only getty
Mingetty is a small, efficient, console-only getty for Linux. "getty opens a tty port, prompts for a login name and invokes the /bin/login command. It is normally invoked by init(8)." mingetty is a minimal getty for use on virtual consoles. Unlike the getty in the util-linux or mgetty packages, mingetty is not suitable for serial lines, which is why it's smaller.