[SunHELP] Maximum users on a Solaris 2.6 server
Nicholas Dronen
sunhelp at sunhelp.org
Tue Apr 3 23:24:14 CDT 2001
On Tue, Apr 03, 2001 at 11:33:05PM -0400, Steven B. Parsons wrote:
> root at twister[607]> more /usr/include/sys/param.h | grep MAXUID
> #define MAXUID 2147483647 /* max user id */
>
> Im guessing that if I uncomment that out and do a reconfig reboot
> I should be good . Currently there is nothing set for that variable and
> im not able to find out what the default is.
Finally, and most pedantically, there's no reason to invoke
a pager program when you pipe to grep. E.g.,
$ more [ file ] | grep [ regex ]
should simply be
$ grep [ regex ] [ file ]
or, if the regex matches more lines than can fit in your terminal,
$ grep [ regex ] [ file ] | [ more | less ]
</pedantic>
Regards,
Nicholas Dronen
More information about the SunHELP
mailing list