1827245 Members
2084 Online
109716 Solutions
New Discussion

login process ?

 
SOLVED
Go to solution
Jerry_109
Super Advisor

login process ?

Is this information I was given correct? I asked about what programs are accessed when logging in to our server. Do they all go through login ? :

##########################

The man page on "login" gives the best information ( weather it's telnet, ssh, rlogin, ftp ) they get to login :

DESCRIPTION
The login command is used at the beginning of each terminal session to
properly identify a prospective user. login can be invoked as a user
command or by the system as an incoming connection is established.
login can also be invoked by the system when a previous user shell
terminates but the terminal does not disconnect.

1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: login process ?

Maybe but it depends. The ways that one can access a UNIX server are legion. Ftp does not use login, if you are using an X terminal then you may or may not establich connection via a telnet client but instead use a variant called cdelogin (or dtlogin). NFS connections don't use login and the ways applications can connect are potentially infinite. You have to narrow the scope of your question and know the applications and services that your server is running to even begin to answer this question. Do you consider NTP requests or echo an access? How about an ICMP (e.g. ping)?
If it ain't broke, I can fix that.