Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- 로그인 유형 및 프로세스에 대한 질문
HP-UX
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
-
정보
- 커뮤니티
- Welcome
- 시작하기
- 포럼 FAQ
- 랭킹 개요
- 참여규칙
- Tips and Tricks
- 접촉
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- 다른 HPE 사이트
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
포럼
-
블로그
-
정보
-
한국어
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 08-11-2004 10:00 PM
날짜: 08-11-2004 10:00 PM
로그인 유형 및 프로세스에 대한 질문
사용자가 telnet으로 login을 하게되면...
서버측에서는 inet --> telnetd --> login 순서로 프로세스가 생성되고
로그인은 login 프로세스가 처리를 하는걸로 알고 있습니다...
궁금한 점은... 모든 로그인 유형을 login 프로세스가 담당할 거 같지는 않아서...
그외에 어떤 login 프로세스가 있는지.. 어떤 로그인시에 어떤 로그인 프로세스가 처리를 하는지...
아시는 분의 답변 바랍니다...
서버측에서는 inet --> telnetd --> login 순서로 프로세스가 생성되고
로그인은 login 프로세스가 처리를 하는걸로 알고 있습니다...
궁금한 점은... 모든 로그인 유형을 login 프로세스가 담당할 거 같지는 않아서...
그외에 어떤 login 프로세스가 있는지.. 어떤 로그인시에 어떤 로그인 프로세스가 처리를 하는지...
아시는 분의 답변 바랍니다...
1 응답 1
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 08-11-2004 10:00 PM
날짜: 08-11-2004 10:00 PM
로그인 유형 및 프로세스에 대한 질문
안녕하십니까...
대표적인 login유형 세가지 경우의 login process절차는 다음과 같습니다.
1.ASCII Login(Direct Connect)
init => /etc/inittab
|
getty => /etc/gettydefs
|
login => /etc/passwd
|
-sh => /etc/profile
=> $HOME/.profile
=> $ENV
2.ASCII Login(Network)
init => /etc/inittab
|
rc => /sbin/rc#.d/S###script
|
inetd => /etc/inetd.conf
=> /etc/services
|
telnetd => /dev/telnetm
=> /dev/pts/t#
|
login => /etc/passwd
|
-sh => /etc/profile
=> $HOME/.profile
=> $ENV
3.GUI Login(CDE Session)
init => /etc/inittab
|
rc => /sbin/rc#.d/S###script
|
dtlogin.rc => /etc/rc.config.d/cde
|
dtgreet => /tmp
=> /etc/passwd
|
dtwm => /etc/hosts
|
dtterm => /etc/pts/#
|
-sh => /etc/profile
=> $HOME/.dtprofile
=> $HOME/.profile(option)
=> $ENV
대표적인 login유형 세가지 경우의 login process절차는 다음과 같습니다.
1.ASCII Login(Direct Connect)
init => /etc/inittab
|
getty => /etc/gettydefs
|
login => /etc/passwd
|
-sh => /etc/profile
=> $HOME/.profile
=> $ENV
2.ASCII Login(Network)
init => /etc/inittab
|
rc => /sbin/rc#.d/S###script
|
inetd => /etc/inetd.conf
=> /etc/services
|
telnetd => /dev/telnetm
=> /dev/pts/t#
|
login => /etc/passwd
|
-sh => /etc/profile
=> $HOME/.profile
=> $ENV
3.GUI Login(CDE Session)
init => /etc/inittab
|
rc => /sbin/rc#.d/S###script
|
dtlogin.rc => /etc/rc.config.d/cde
|
dtgreet => /tmp
=> /etc/passwd
|
dtwm => /etc/hosts
|
dtterm => /etc/pts/#
|
-sh => /etc/profile
=> $HOME/.dtprofile
=> $HOME/.profile(option)
=> $ENV
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .