From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 13:47:30 2003 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 2C0D516A4BF for ; Mon, 25 Aug 2003 13:47:30 -0700 (PDT) Received: from remt24.cluster1.charter.net (remt24.cluster1.charter.net [209.225.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9280D43FDD for ; Mon, 25 Aug 2003 13:47:29 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt24.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 135149996 for freebsd-questions@freebsd.org; Mon, 25 Aug 2003 16:47:26 -0400 From: "Charles Howse" To: Date: Mon, 25 Aug 2003 15:47:15 -0500 Message-ID: <001001c36b4a$134cad50$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Using chpass X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 20:47:30 -0000 Hi, I'm trying to learn how to use chpass to change a user's name. I'm not getting anywhere, I've read the man page and Googled, but can't find an example. I want to change toor's name to 'Nobody Important'. I do: # chpass -a toor::0:0:Nobody Important:/root:/sbin/nologin toor And I get: Corrupted entry. Can someone please set me straight? Thanks, Charles