Hacker News new | ask | show | jobs
by JdeBP 26 days ago
No. After the 'Login incorrect' (or equivalent on non-Solaris systems) message, login(1) loops around back to prompting for the user name afresh. Try it.

What's unusual here is rather the missing password prompt after 'login root', which is presumably what the fictional -n option (non-existent in BSD or Solaris login) is suppressing.

* https://illumos.org/man/1/login

* https://man.netbsd.org/login.1