1833056 Members
2461 Online
110049 Solutions
New Discussion

Re: pty Usage

 
SOLVED
Go to solution
MikeL_4
Super Advisor

pty Usage

Is there a way to tell how many pty's are being actually used and who has them accessed ??
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: pty Usage

Typically the owner is changed from tty to the user in question.
I'm not sure if SAM or kctune(1m) provides the current usage.
Tim Nelson
Honored Contributor
Solution

Re: pty Usage

who -q

compare this to /dev/tty* or /dev/pty* owned by a regular user and there you go...

MikeL_4
Super Advisor

Re: pty Usage

Thanks