From owner-freebsd-questions@FreeBSD.ORG Sun Apr 3 18:26:48 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C0FC16A4CE for ; Sun, 3 Apr 2005 18:26:48 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 942F443D3F for ; Sun, 3 Apr 2005 18:26:47 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1005443rng for ; Sun, 03 Apr 2005 11:26:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LcKvrJGR62KwczdSI6yT0cJZOIk10y05344ikVgbUi12fpnibvtoNVTcvWnOSOWNcIsyPyJwogmi1bpWor7HqrChTYeRUK8fR/E9lp7HMbE1jRlYzi13/68pNCMG9rtLhenDeTbb1Ob1n0vWMKR0T3DvAp5rEUI0H3WHihjHSYw= Received: by 10.38.13.39 with SMTP id 39mr4549410rnm; Sun, 03 Apr 2005 11:26:47 -0700 (PDT) Received: by 10.38.74.23 with HTTP; Sun, 3 Apr 2005 11:26:47 -0700 (PDT) Message-ID: Date: Sun, 3 Apr 2005 20:26:47 +0200 From: Gert Cuykens To: freebsd-questions@freebsd.org In-Reply-To: <20050403182501.GI83737@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050403175755.GH83737@dan.emsphone.com> <20050403182501.GI83737@dan.emsphone.com> Subject: Re: 1001:1001::0:0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 18:26:48 -0000 On Apr 3, 2005 8:25 PM, Dan Nelson wrote: > In the last episode (Apr 03), Gert Cuykens said: > > On Apr 3, 2005 7:57 PM, Dan Nelson wrote: > > > In the last episode (Apr 03), Gert Cuykens said: > > > > what does 1001:1001::0:0 in vipw mean ? > > > > > > > > i thought 1001 is the user id ? And 0 the x screen : 0 the x > > > > display? Why are there 2 times 1001 written ? > > > > > > The passwd manpage explains it (man 5 passwd). The first two > > > numbers are the uid and primary gid, the next empty field is the > > > login class (see the login.conf manpage), and the next two fields > > > are the password and account expiry times (which are currently > > > unused). > > > > > > > thx so its > > > > user id : group id : login class : begin date : end date > > Actually: > > user id : group id : login class : password expire date : account expire date > doh! :)