Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hpfcdc!rml From: rml@hpfcdc.HP.COM (Bob Lenk) Newsgroups: comp.unix.wizards Subject: Re: unix question: files per directory Message-ID: <5980047@hpfcdc.HP.COM> Date: 12 Apr 89 21:29:01 GMT References: <24110@beta.lanl.gov> Organization: HP Ft. Collins, Co. Lines: 11 >>How many files can there be in a single UNIX directory .... > return pathconf(dirpath, _PC_LINK_MAX); This will tell you how many links you can make *to* dirpath, not how many links you can make *in* dirpath. There might be a tangential relationship to the number of subdirectories you can make in dirpath, but don't even count on that. Bob Lenk hplabs!hpfcla!rml rml%hpfcla@hplabs.hp.com