From owner-freebsd-questions Fri Mar 21 19:59:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07279 for questions-outgoing; Fri, 21 Mar 1997 19:59:21 -0800 (PST) Received: from webb-home.chelmsford.telebit.com (webb-home.chelmsford.telebit.com [143.191.52.161]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA07274 for ; Fri, 21 Mar 1997 19:59:16 -0800 (PST) Received: (from webb@localhost) by webb-home.chelmsford.telebit.com (8.7.3/8.6.9) id TAA20403; Fri, 21 Mar 1997 19:57:54 -0800 (PST) Date: Fri, 21 Mar 1997 19:57:54 -0800 (PST) From: Bill Webb Message-Id: <199703220357.TAA20403@webb-home.chelmsford.telebit.com> To: mcp@blast.net, parthiv@corp.idt.net Subject: Re: Fw: Max file length? Cc: bsdi-users@BSDI.COM, freebsd-questions@FreeBSD.ORG Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Look at the variable NAME_MX at > /usr/include/sys/syslimits.h > > Here is a snip for Bsdi and Freebsd.. > > #define NAME_MAX 255 /* max bytes in a file name */ > This is a bit incomplete. The maximum length of a path name component (directory or filename) is 255 bytes. The maximum total pathname length is 1024 bytes. Bill Webb. Telebit NetBlazer Software Development Group Email: webb@telebit.com WWW: http://www.telebit.com/~webb -- above opinions are my own, not necessarily those of my employer --