Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!wuarchive!decwrl!crltrx!decvax!testmax.zk3.dec.com!evans From: evans@testmax.zk3.dec.com (Marc Evans) Newsgroups: comp.unix.questions Subject: Re: following symbolic links Message-ID: <6900@decvax.dec.com> Date: 19 Mar 90 21:06:58 GMT References: <1678@zipeecs.umich.edu> Sender: news@decvax.dec.com Reply-To: evans@decvax.DEC.COM Distribution: usa Organization: Synergytics Lines: 17 >Lately I find myself doing things like >%ls -ld /usr/prog > >and after finding that this is linked to /n/node1/bin, I'd do > >%ls -ld /n/node1/bin Many *ix systems provide a -L option to the ls command, which traces the link all of the way down (assuming that it can) to the actual file. Try using: % ls -ldL /usr/prog - Marc ========================================================================== Marc Evans - WB1GRH - evans@decvax.DEC.COM | Synergytics (603)893-8481 Unix/X-window Software Contractor | 3 Koper Ln, Pelham, NH 03076 ==========================================================================