Operating System - HP-UX
1833841 Members
2369 Online
110063 Solutions
New Discussion

Folder Name Max character length

 
SOLVED
Go to solution
PatRoy
Regular Advisor

Folder Name Max character length

Hi. I'm trying to find out what's the maximum length of characters a folder name can have under HPUX 11.23 and 11.31. Anyone knows this answer or tell me where I could find it?

Thanks. Pat
5 REPLIES 5
Avinash20
Honored Contributor
Solution

Re: Folder Name Max character length

I believe its 80 char, but let me confirm
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Folder Name Max character length

http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1233772374976+28353475&threadId=1089905
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Folder Name Max character length

PS: Assign points if you got your answers
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
James R. Ferguson
Acclaimed Contributor

Re: Folder Name Max character length

Hi Pat:

An easy way is to look at '/usr/include/limits.h'. See:

_POSIX_PATH_MAX

...which should be at least 255

Regards!

...JRF...
PatRoy
Regular Advisor

Re: Folder Name Max character length

Thanks guys!