From owner-freebsd-questions@FreeBSD.ORG Mon Jun 14 10:23:57 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AED79106564A for ; Mon, 14 Jun 2010 10:23:57 +0000 (UTC) (envelope-from aiza21@comclark.com) Received: from avmxsmtp3.comclark.com (avmxsmtp3.comclark.com [202.69.191.117]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF298FC13 for ; Mon, 14 Jun 2010 10:23:56 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlIVAOSfFUzKRa1bPGdsb2JhbAAHh2eXFgEBAQE1J75HgnYMghgEg0s X-IronPort-AV: E=Sophos;i="4.53,413,1272816000"; d="scan'208";a="3819722" Received: from unknown (HELO [10.0.10.3]) ([202.69.173.91]) by avmxsmtp3.comclark.com with ESMTP; 14 Jun 2010 18:23:54 +0800 Message-ID: <4C160338.6000304@comclark.com> Date: Mon, 14 Jun 2010 18:23:52 +0800 From: Aiza User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: .cshrc usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 10:23:57 -0000 I want to change the console prompt for all users that get accounts created. I added it to /etc/csh.cshrc which says it a system-wide .cshrc file. But after adding a new user with pw command with -m and logging in as the user name the prompt is still the old way. Do I have to add it to /usr/share/skel/dot.cshrc to get the change to take effect?