Sponsored Content
Operating Systems AIX Where is LINE_MAX set on AIX? Post 302360120 by zaxxon on Thursday 8th of October 2009 07:15:05 AM
Old 10-08-2009
Code:
root@somehost:/usr> find . -type f -name "*.h" -exec grep -l LINE_MAX {} \;
./lpp/X11/include/X11/Xos_r.h
./lpp/X11/include/X11/Xthreads.h
./include/sys/limits.h
./include/unistd.h
root@srfihv02:/usr> oslevel -r
5300-09

I think it is no good idea to change any header files of the OS but change your commands, scripts, structure etc. instead.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

LINE_MAX for NAWK

A newbie question: May I know what is "LINE_MAX" in nawk, does this limit the maximum length of a record that nawk can process. My nawk script gave me an error : >> input record `...' too long when processing long record, and exit. How can I ignore this error and proceed to the next... (2 Replies)
Discussion started by: deaniyoer
2 Replies

2. AIX

c set ++ for aix v3.1.3

Hey everyone... I'm new to this forum. I hope someone can help. I am desperate. I need to get my hand on IBM C Set ++ for AIX v3, part number 5765-421. I need to install this on an AIX box running AIX v4.3.3. I know it's very old and unsupported, but that's the version it has to be. I... (0 Replies)
Discussion started by: tgrossmith
0 Replies

3. UNIX for Dummies Questions & Answers

how to set timeout for aix?

if a user login and never shutdown or exit...how do you set an automatic shutdown or timeout if the user leave the session on for 20 minutes? thanks (3 Replies)
Discussion started by: ichiro
3 Replies

4. AIX

How to set AIX server for x-window?

Hi, I register the ip address into "XMD broadcast" in xconfig of xmanager, then use Xmanager to connect to AIX server, But I can not connect to it. How to set AIX server to let it can be connected? Thanks (2 Replies)
Discussion started by: aixabc
2 Replies

5. AIX

How to set up SUMA i n AIX Environment

Hi , How to set up SUMa in AIX environment. Any suggestions? Thanks, Sureeh C (3 Replies)
Discussion started by: choudarysuresh
3 Replies

6. AIX

AIX Server - Need to set up VMWare

Hi experts, We are faced with a dilemma - we have a AIX server for educational purposes. We had some Oracle applications running on them. The management decided not to extend the warranty, so we are left with a server that we cannot upgrade immediately. I was wondering if we could set up... (2 Replies)
Discussion started by: ranj@chn
2 Replies

7. AIX

file set not getting installed in aix

Hi One of the file set is not getting installed in aix. ========================================================================================= cbspsap01:/ # lppchk -v lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state:... (1 Reply)
Discussion started by: newtoaixos
1 Replies

8. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

9. AIX

How to set up remote X Windows on AIX ?

Hi, I want to display a program on my local workstation, that is running on a remote AIX, and I have done the following: install an X server (Xming) on my windows machine enable X11 forwarding in Putty enable X11 forwarding for the SSH daemon restart SSH daemon text X... (9 Replies)
Discussion started by: SteAlma
9 Replies

10. AIX

How do I set up a Zebra Printer on AIX?

Hi All We have a Zebra LP 2824 that we are wanting to use to print mailing labels from our AIX 7.1 server. We have around 350 printers of various types and manufactures already installed and functioning so, we don't want to install CUPS. I can get the printer to print using Line Mode but,... (3 Replies)
Discussion started by: DLooney
3 Replies
FACTOR(6)							 BSD Games Manual							 FACTOR(6)

NAME
factor -- factor a number SYNOPSIS
factor [number ...] DESCRIPTION
The factor utility factors integers larger than 1. When a number is factored, it is printed, followed by a ``:'', and the list of (prime) factors on a single line. Factors are listed in ascending order, and are preceded by a space. If a factor divides a value more than once, it will be printed more than once. When factor is invoked with one or more arguments, each argument will be factored. When factor is invoked with no arguments, factor reads numbers, one per line, from standard input, until end of file or error. Leading white-space and empty lines are ignored. Numbers may be preceded by a single +. Integer less than 2 are rejected. Numbers are terminated by a non-digit character (such as a newline). After a number is read, it is factored. Input lines must not be longer than LINE_MAX - 1 (currently 2047) characters. By default, factor is compiled against the OpenSSL bignum implementation openssl_bn(3), which lets it handle arbitrarily large values. (Note however that very large values can take a very long time to factor.) If factor is compiled without OpenSSL it is limited to the maximum value of unsigned long. DIAGNOSTICS
Out of range or invalid input results in an appropriate error message being written to standard error. BSD
May 15, 2010 BSD
All times are GMT -4. The time now is 08:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy