home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11466 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.4 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!greenber.austin.ibm.com!jfh
  2. From: jfh@greenber.austin.ibm.com (John F Haugh II)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Login, modem, and alias questions
  5. Keywords: login,alias,modem
  6. Message-ID: <1992Nov9.224706.27913@awdprime.austin.ibm.com>
  7. Date: 9 Nov 92 22:47:06 GMT
  8. References: <lfh1q3INNi07@notrees.cs.utexas.edu> <1992Nov07.015318.187943@jrh.uucp>
  9. Sender: news@awdprime.austin.ibm.com (USENET News)
  10. Organization: AIX Software Support, Austin, Republica de Tejas
  11. Lines: 18
  12.  
  13. In article <1992Nov07.015318.187943@jrh.uucp> jrh@jrh.uucp (James R. Hamilton) writes:
  14. >    Login is a program called by the getty program to authenticate a user 
  15. >    logging into the system and to initialize a new enviroment for them to
  16. >    use during the session.  It is is not meant to be run from the command
  17. >    line.  Don't run it ... this is not a bug.
  18.  
  19. Login is a part of TSM which is a program that pretends to be both
  20. getty and login.
  21.  
  22. Running login on the command line shouldn't hang the terminal, although
  23. it isn't a good idea.  If you want to "login" on an open line, you should
  24. "exec" login, as in
  25.  
  26. $ exec login jfh
  27. -- 
  28. John F. Haugh II      | MaBellNet: (512) 823-8817       | SneakerNet: 042/2D034
  29. InterNet: jfh@eureka.aixserv.austin.ibm.com                             [TSAKC]
  30. Disclaimer:  I am not a representative of IBM.  I speak for myself only.
  31.