- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX info
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
04-03-2010 09:47 PM
04-03-2010 09:47 PM
1)shell-->programs-->thread
2)PAM is
authorize access to user
or
autnticate access to user.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2010 04:18 AM
04-04-2010 04:18 AM
Re: HPUX info
Well a shell is a program. But scripts running under a shell start programs.
And programs have threads.
2) PAM stands for Pluggable Authentication Module, so: authenticate access to user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2010 07:17 PM
04-04-2010 07:17 PM
Re: HPUX info
| |
|---<------------------------<---|
a program like a script is invoked from a shell, which in-turn invoke another shell to run the program, which can invoke various threads depending upon program, ends the shell when program finish and return back to old shell.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 12:31 AM
04-05-2010 12:31 AM
SolutionHi,
shell is program where script run
http://docs.hp.com/en/5964-5283/ch05s30.html
PAM is a pluggable Authentication Module where
authorize access to user
Cheers,
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2010 01:46 AM
04-05-2010 01:46 AM
Re: HPUX info
Pls confirm with evidence as
Hirarchichal order
program->shell->thread is this is correct ?
&
PAM is authorize access to user.
it seems PAM is authorize access to user because its have module for authentication, so no direct authenticate to users. I agree with Taifur
Thanks.