Sequence for login
Posted on September 23rd, 2009 by hengdu
Quick post for the sequence for login Unix (Linux) shell, since we may not know some procedures in details.
- The system is connected to a tty (user port)
- The kernel invokes the getty program
- A login prompt is displayed continuously monitoring the communication port for any type of input.
- Control is passed on by invoking the program name found in the user’s entry in the password file.
Discussion Area - Leave a Comment