Link to home
Start Free TrialLog in
Avatar of ittay
ittay

asked on

mkdir failure

Hello,

I've created 12 nested directories. Then I tried to create another one (in the 13th level) with a 200 character name. The mkdir command fails with a "filename too long" error.

Do you know why? How can I solve this (I can cut the name to smaller directories names, but I need to know the maximum length I can use)

Thanx,
Ittay
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shagun_kari
shagun_kari

Why on Earth Would you want to do that?

Avatar of ittay

ASKER

to shagun_kari:
because i need to. this is something a programm i'm writing does. i don't go about trying to type mkdir for long names.
Avatar of ittay

ASKER

to jkr:
i'm talking about NTFS. is this the case there also?