Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!cernvax!chx400!urz.unibas.ch!doelz From: doelz@urz.unibas.ch Newsgroups: comp.sys.sgi Subject: Re: anon ftp config advice Message-ID: <1990Dec4.190058.1208@urz.unibas.ch> Date: 4 Dec 90 18:00:58 GMT References: <9012032131.AA05576@karron.med.nyu.edu> Organization: University of Basel, Switzerland Lines: 16 In article <9012032131.AA05576@karron.med.nyu.edu>, Dan Karron@UCBVAX.BERKELEY.EDU writes: > > How can I log what anonymous users are doing on my anon ftp account ? > Edit the /usr/etc/inetd.conf file. Find the first entry, there should be the (first) line starting with ftp. The last column lists ftpd -l ... If there is no -l, add one and you will get all the info you need logged to the SYSLOG. If you want to see more (and even passwords of regular users), add -d and debugging info is written additionally. Further info see man page on ftpd(1M). Dont forget to make inetd read its conf file by a killiall -HUP inetd. Maybe this helps, Regards, Reinhard