Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!husc6!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions Subject: Re: Levels of soft links in BSD4.3 Message-ID: <17168:Sep408:29:4990@kramden.acf.nyu.edu> Date: 4 Sep 90 08:29:49 GMT References: <1990Sep4.045427.2307@ecn.purdue.edu> Distribution: usa Organization: IR Lines: 11 In article <1990Sep4.045427.2307@ecn.purdue.edu> irick@ecn.purdue.edu (GarBear Irick) writes: > Just curious.... Does anyone know how many levels of soft links I can use > in 4.3BSD? 20. [ ln -s ONE TWO; ln -s TWO ONE ] Infinity is larger than 20. ---Dan