Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!nrc.CA!Claude.P.Cantin From: Claude.P.Cantin@nrc.CA Newsgroups: comp.sys.sgi Subject: SUMMARY: Anonymous FTP permissions... Message-ID: <9101281723.aa19576@VMB.BRL.MIL> Date: 28 Jan 91 22:21:51 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 38 The permissions I had set on the $HOME/etc directory were 444 (that was following directions from the manual). The man pages are WRONG!!! I simply made the entire $HOME/etc 555, and everything worked as expected. Special thanks to Marc Desrochers who was the first to respond (and had the right answer!). Also thanks for From: Marc Desrochers From: "Jason Molenda" From: jack@cwi.nl From: Matthew J. Wicks From: "Dan Karron (karron@nyu.edu" who responded to my querry. Thank You, Claude Cantin My original posting: >I have set up an anonymous ftp account on our 4D/280S. > >It works fine, including long listings ("ls -l"). > >BUT "ls -l" produces GID and UID instead of group names and user names. > >The ftpd man page says that $HOME/etc/group and $HOME/etc/passwd should >have permissions 444 in order for group and user names be displayed with >the "ls -l" command... > >This does not work for me... > >Any suggestions???