On Mon, Jul 7, 2008 at 9:05 PM, Dongsheng Song <[EMAIL PROTECTED]> wrote:
> OpenBSD create 62 pseudo terminals by default.
>
> My server use authpf for 512+ users,
> How to create more pseudo terminal ?

Using /dev/MAKEDEV.  As root:
   cd /dev
   i=0
   while (( ++i < 16 )); do
         sh MAKEDEV pty$i
   done


Philip Guenther

Reply via email to