Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: /var/log/wtmp problem Date: Mon, 12 Sep 2005 02:15:42 -0500 Lines: 52 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) In-Reply-To: OpenPGP: url=ldap://keyserver.pgp.com X-IsSubscribed: yes Jurgen Defurne wrote: > Hello, >=20 > Can someone explain for what /var/log/wtmp is used ? >=20 > It seems that this file grows very quickly in our Cygwin environment, and= =20 > I > want to find out which programs write to this file. /var/log/wtmp gets > an update almost every two seconds here. >=20 > We do not use very much programs, I think this covers the complete > list : > - screen (no reference to wtmp found in info) > - bash (standard shell) > - Perl (background programs/ exec ?) > - ssh > - rxvt > - watch You can find some info about it in man last: NAME last, lastb - show listing of last logged in users SYNOPSIS last [-R] [-num] [ -n num ] [-adiox] [ -f file ] [name...] [tty...] lastb [-R] [-num] [ -n num ] [ -f file ] [-adiox] [name...] [tty...] DESCRIPTION Last searches back through the file /var/log/wtmp (or the file des= ig- nated by the -f flag) and displays a list of all users logged in (= and out) since that file was created. Names of users and tty's can= be given, in which case last will show only those entries matching = the arguments. Names of ttys can be abbreviated, thus last 0 is the s= ame as last tty0. ... If your wtmp is growing that much you have a problem I haven't seen, take a= look at the output of "last | head" . HTH --=20 Ren=E9 Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/