![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What the command to find out the record length of a fixed length file? | tranq01 | UNIX for Dummies Questions & Answers | 9 | 12-04-2008 04:04 PM |
| Is the Length of User ID for AIX Limit to 8 Characters? | meihua_t | AIX | 2 | 04-07-2008 02:04 AM |
| Is there a limit to mget command? | Raynon | Shell Programming and Scripting | 0 | 09-10-2007 02:24 AM |
| grep line length limit | hnhegde | Shell Programming and Scripting | 3 | 10-02-2006 11:47 AM |
| Limit command | macdonto | UNIX for Dummies Questions & Answers | 1 | 10-21-2002 03:58 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Probably it does, but there are many implementations, so if it is undocumented, you will have to experiment, or look at the source.
rexec is insecure and should be replaced by ssh if at all possible anyway. Any command handled by the exec() system call needs to be less than ARG_MAX, which is a constant defined in the kernel. POSIX requires ARG_MAX to be 4,096 bytes, but on modern systems, it's usually significantly larger. Shameless self-promotion: How long can the command line be? |
|
||||
|
Quote:
There you also write: Quote:
However, SunOS 4 knows "sysconf(_SC_ARG_MAX)". Quote:
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|