![]() |
|
|
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 |
| Building command line parameters of arbitrary length | cmcnorgan | Shell Programming and Scripting | 2 | 11-20-2007 02:46 PM |
| Maximum Command Length | miltony | UNIX for Dummies Questions & Answers | 2 | 11-19-2005 11:25 AM |
| Maximum Command Length for Korn shell | miltony | UNIX for Dummies Questions & Answers | 2 | 11-15-2005 04:19 PM |
| Maximum file name length | rkkiran | UNIX for Dummies Questions & Answers | 4 | 01-30-2002 11:31 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi All,
I didn't find any thread that match this question so I hope it's not redundant. I am totally new to Unix. I want to know what is the maximum length of the os-commandline in Unix. Will it cause any problem if I run any application whose total path length is much longer than 256 characters. Thanks in Advance, Regards , Kumar |
|
||||
|
You are asking two things there...
1. maximum length of a command line, this is OS dependent but it is in the order of thousands of characters. 2. maximum length of a file path, typically 1024 characters, look for FILENAME_MAX in a header in /usr/include |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|