1834483 Members
3244 Online
110067 Solutions
New Discussion

HPUX info

 
SOLVED
Go to solution
Mohammed.Muneer
Advisor

HPUX info

Which Hirarchichal order is true...
1)shell-->programs-->thread
2)PAM is
authorize access to user
or
autnticate access to user.


4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: HPUX info

>1)shell->programs->thread

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.
Kapil Jha
Honored Contributor

Re: HPUX info

shell-->program-->shell-->thread---
| |
|---<------------------------<---|

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+
I am in this small bowl, I wane see the real world......
Taifur
Respected Contributor
Solution

Re: HPUX info


Hi,
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
Mohammed.Muneer
Advisor

Re: HPUX info

HI all

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.