* maximum number of Unix98 pty's
@ 2003-05-15 12:55 Carl
2003-05-15 18:54 ` pa3gcu
0 siblings, 1 reply; 4+ messages in thread
From: Carl @ 2003-05-15 12:55 UTC (permalink / raw)
To: linux-newbie list
Hi All,
Does anybody know how to find out what the limit of PTYs is when you don't have the source and config
that the kernel was compiled with. I'd rather not have to login x hundred times to find out when it falls over
as i have to do this a fair number of servers.
TIA
Carl
--
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: maximum number of Unix98 pty's
2003-05-15 12:55 Carl
@ 2003-05-15 18:54 ` pa3gcu
0 siblings, 0 replies; 4+ messages in thread
From: pa3gcu @ 2003-05-15 18:54 UTC (permalink / raw)
To: Carl, linux-newbie list
On Thursday 15 May 2003 12:55, Carl wrote:
> Hi All,
>
> Does anybody know how to find out what the limit of PTYs is when you don't
> have the source and config that the kernel was compiled with. I'd rather
> not have to login x hundred times to find out when it falls over as i have
> to do this a fair number of servers.
Hope i am correct here.
ls -al /dev/pty* | wc -l
List all pty's in your /dev directory and get 'wc' to tell you how many lines
it contains, one line is one pty in this case.
On another note 256 is the standard (default) number of pty's in all kernels,
UNLESS you choose to change it when configuring your custom kernel.
>
> TIA
> Carl
> --
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: maximum number of Unix98 pty's
@ 2003-05-16 0:00 Heimo Claasen
2003-05-19 1:41 ` Eric
0 siblings, 1 reply; 4+ messages in thread
From: Heimo Claasen @ 2003-05-16 0:00 UTC (permalink / raw)
To: linux-newbie
what ist "PTY" ?
-hc
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: maximum number of Unix98 pty's
2003-05-16 0:00 maximum number of Unix98 pty's Heimo Claasen
@ 2003-05-19 1:41 ` Eric
0 siblings, 0 replies; 4+ messages in thread
From: Eric @ 2003-05-19 1:41 UTC (permalink / raw)
To: Heimo Claasen, linux-newbie
On Wednesday 31 December 1969 06:00 pm, Heimo Claasen wrote:
> what ist "PTY" ?
>
> -hc
A pty is a psuedo-terminal. Linux creates these so you can log in and type
things on your computer. If you press ctr+alt+<#> where # is 1-5 then you
will see 5 pty's ready for login. Also SSH, telnet, and rlogin, and each
xterm uses up one PTY. Normal linux kernels are configured to support
256pty's and this is MORE than enough for desktop systems and small servers.
----------------------
Eric Bambach
Eric@CISU.net
----------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-05-19 1:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-16 0:00 maximum number of Unix98 pty's Heimo Claasen
2003-05-19 1:41 ` Eric
-- strict thread matches above, loose matches on Subject: below --
2003-05-15 12:55 Carl
2003-05-15 18:54 ` pa3gcu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox