- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Processes happening while an user logs in.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2008 01:35 PM
02-06-2008 01:35 PM
Processes happening while an user logs in.
I am new to this field. I have an doubt
What are the processes running when an user los into the HP_UNIX system?
azaru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2008 01:44 PM
02-06-2008 01:44 PM
Re: Processes happening while an user logs in.
Processes running will be telned if u logged with telned and sshd if with ssh. Along with this shell specified in /etc/passwd for the respective user will be running.
I hope this cleas your doubt.
For example
PID TTY TIME COMMAND
8335 pts/ta 0:00 telnetd
8336 pts/ta 0:00 ksh
Rgds
DK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2008 02:09 PM
02-06-2008 02:09 PM
Re: Processes happening while an user logs in.
Thanx a lot. I am very happy to hear this from you this much soon. I never expected this that you ppl are very fast.
But one thing is still hitting in my mind.
like what the system will do while an user logs in?
If you clear me in this then i will be very happy.
Thanks in advance
azaru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2008 03:24 PM
02-06-2008 03:24 PM
Re: Processes happening while an user logs in.
You need to enter your password at this prompt.
These two prompts are presented by a program called getty.
These are its tasks:
1. Display the prompt login.
2. Wait for a user to type a username.
3. After a username has been entered, display the password prompt.
4. Wait for a user to enter a password.
5. Give the username and password entered by the user to the login command and
exit.
After login receives your username and password, it looks through the file /etc/passwd
for an entry matching the information you provided. If it finds a match, login executes a
shell and exits.
I hope I made it clear.
Sreeram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2008 03:27 PM
02-06-2008 03:27 PM
Re: Processes happening while an user logs in.
If no match is found in password fille , the login program issues an error message and exits. At this point
the getty program takes over and displays a new login prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2008 05:56 PM
02-06-2008 05:56 PM
Re: Processes happening while an user logs in.
Thanks a lot for your kind answers.
Now i am clear and too happy.
azaru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 08:34 PM
07-30-2008 08:34 PM