agetty
Alternative `getty`: Open a `tty` port, prompt for a login name, and invoke the `/bin/login` command. It is normally invoked by `init`. Note: The baud rate is the speed of data transfer between a terminal and a device over a serial connection.
More info →Options (7)
-t, --timeoutbooleanAssume `stdin` is already connected to a `tty` and set a timeout for the login
agetty {{[-t|--timeout]}} {{timeout_in_seconds}} --8, --8bitsbooleanAssume the `tty` is 8-bit, overriding the `$TERM` environment variable set by `init`
agetty {{[-8|--8bits]}} - {{term_var}}-n, --skip-loginbooleanSkip the login (no login) and invoke, as root, another login program instead of `/bin/login`
agetty {{[-n|--skip-login]}} {{[-l|--login-program]}} {{login_program}} {{tty}}-l, --login-programbooleanSkip the login (no login) and invoke, as root, another login program instead of `/bin/login`
agetty {{[-n|--skip-login]}} {{[-l|--login-program]}} {{login_program}} {{tty}}-i, --noissuebooleanDo not display the pre-login (issue) file (`/etc/issue` by default) before writing the login prompt
agetty {{[-i|--noissue]}} --r, --chrootbooleanChange the root directory and write a specific fake host into the `utmp` file
agetty {{[-r|--chroot]}} /{{path/to/root_directory}} {{[-H|--host]}} {{fake_host}} --H, --hostbooleanChange the root directory and write a specific fake host into the `utmp` file
agetty {{[-r|--chroot]}} /{{path/to/root_directory}} {{[-H|--host]}} {{fake_host}} -Examples (6)
Connect `stdin` to a port (relative to `/dev`) and optionally specify a baud rate (defaults to 9600)
Assume `stdin` is already connected to a `tty` and set a timeout for the login
agetty [-t|--timeout] timeout_in_seconds -Assume the `tty` is 8-bit, overriding the `$TERM` environment variable set by `init`
agetty [-8|--8bits] - term_varSkip the login (no login) and invoke, as root, another login program instead of `/bin/login`
Do not display the pre-login (issue) file (`/etc/issue` by default) before writing the login prompt
agetty [-i|--noissue] -Change the root directory and write a specific fake host into the `utmp` file
agetty [-r|--chroot] /path/to/root_directory [-H|--host] fake_host -