Mailinglist Archive: opensuse (4570 mails)

< Previous Next >
Re: [SLE] vsftp current logons
  • From: Steve Graegert <graegerts@xxxxxxxxx>
  • Date: Sun, 20 Nov 2005 20:15:34 +0000 (UTC)
  • Message-id: <6a00c8d50511201215u3827c350w2ce2f227be058490@xxxxxxxxxxxxxx>
On 11/20/05, Kai Zhang <cmskzhan@xxxxxxxxx> wrote:
> Thanks
> This is already set to YES.
> What's the command for me to check out who is logging on my server?

If not configured otherwise the vsftpd log file is located at
/var/log/vsftpd.log. To monitor activity you can use tail:

% tail -f /var/log/vsftpd.log

which is far from optimal on systems with high user load. AFAIK,
there is no administrative command to see who's currently logged on
(like ftpwho for wuftp).

\Steve

PS: Please do not top-post. Thanks.

> On 11/20/05, Steve Graegert <graegerts@xxxxxxxxx> wrote:
> >
> > On 11/20/05, Kai Zhang <cmskzhan@xxxxxxxxx> wrote:
> > > Hi,
> > > I've got vsftpd running. Is there anyway to check out who is connection
> > to
> > > my user, upload or download, which directory/file they are accessing?
> > > i can only check vsftp.log in /var/log folder. But those are only logs
> > of
> > > past connections, right?
> >
> > Set the log_ftp_protocol option to YES for live monitoring of all user
> > activity. See "man vsftpd.conf".
> >
> > \Steve
> >
> > --
> >
> > Steve Graegert <graegerts@xxxxxxxxx>
> > Software Consultant {C/C++ && Java && .NET}
> > Office: +49 9131 7123988
> > Mobile: +49 1520 9289212
> >
> > --
> > Check the headers for your unsubscription address
> > For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> > Also check the archives at http://lists.suse.com
> > Please read the FAQs: suse-linux-e-faq@xxxxxxxx
> >
> >
> >
>
>


--
\Steve

--

Steve Graegert <graegerts@xxxxxxxxx>
Software Consultant {C/C++ && Java && .NET}
Office: +49 9131 7123988
Mobile: +49 1520 9289212

< Previous Next >