Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!apple!vsi1!zorch!ditka!qiclab!onion!jeff From: jeff@onion.pdx.com (Jeff Beadles) Newsgroups: comp.unix.questions Subject: Re: Levels of soft links in BSD4.3 Message-ID: <1990Sep6.035802.17165@onion.pdx.com> Date: 6 Sep 90 03:58:02 GMT References: <1990Sep4.045427.2307@ecn.purdue.edu> Distribution: usa Organization: Little to none Lines: 16 irick@ecn.purdue.edu (GarBear Irick) writes: >Just curious.... Does anyone know how many levels of soft links I can use >in 4.3BSD? Something like Well, it can be configured by whomever builds the kernel. On the 4.2 BSD system here, it's 20. (in h/param.h, #define MAXSYMLINKS 20) Your mileage may vary. (Un?)fortunatly, the kernel code does not set this a variable that can be used. They just check against the define. (ie: if (++nlink > MAXSYMLINKS) { ... }) -Jeff -- Jeff Beadles jeff@onion.pdx.com jeff@quark.wv.tek.com