From owner-freebsd-questions@FreeBSD.ORG Sun Apr 3 18:18: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 C938816A4CE for ; Sun, 3 Apr 2005 18:18:48 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E78C43D48 for ; Sun, 3 Apr 2005 18:18:48 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1004699rng for ; Sun, 03 Apr 2005 11:18: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=Fzqpej/PdGY45UYLawc2LmZjMn2hcRVGT9l+03+VlxKA+KBI3h0I4BsGxIlSZpYQ7Hsx4s3oktBoPkYS3LgQLx6QNPuLNiGO7p922IpS7lfD1Cz2qAABb8MGDMflZPhntsvVd2E7udSZFp1ZgJjfeccLjrd3UovCZ+xRrL+tdYA= Received: by 10.38.12.35 with SMTP id 35mr4543511rnl; Sun, 03 Apr 2005 11:18:47 -0700 (PDT) Received: by 10.38.74.23 with HTTP; Sun, 3 Apr 2005 11:18:47 -0700 (PDT) Message-ID: Date: Sun, 3 Apr 2005 20:18:47 +0200 From: Gert Cuykens To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050403175755.GH83737@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:18:48 -0000 On Apr 3, 2005 8:18 PM, Gert Cuykens wrote: > 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