From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 15:18:38 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C96C7756 for ; Thu, 24 Apr 2014 15:18:38 +0000 (UTC) Received: from relay.mailchannels.net (ar-005-i201.relay.mailchannels.net [162.253.144.83]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7671721 for ; Thu, 24 Apr 2014 15:18:36 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (ip-10-227-128-69.us-west-2.compute.internal [10.227.128.69]) by relay.mailchannels.net (Postfix) with ESMTPA id 6182B61F9F for ; Thu, 24 Apr 2014 15:09:55 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (mail-24.name-services.com [10.248.1.153]) (using TLSv1 with cipher AES128-SHA) by 0.0.0.0:2500 (trex/5.0.19); Thu, 24 Apr 2014 15:09:55 GMT X-MC-Relay: Forwarding X-MailChannels-SenderId: _forwarded-from%7C107.201.34.133 X-MailChannels-Auth-Id: demandmedia Received: from [10.0.10.1] (107-201-34-133.lightspeed.bcvloh.sbcglobal.net [107.201.34.133]) by mail-24.name-services.com with SMTP; Thu, 24 Apr 2014 08:09:49 -0700 Message-ID: <5359293C.20501@a1poweruser.com> Date: Thu, 24 Apr 2014 11:09:48 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: questions Subject: 10.0 set prompt for new users has problems Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 15:18:38 -0000 10.0 host and using pw command to adduser. pw adduser test -c Test-user -m -g wheel -w yes original /etc/csh.cshrc and /usr/share/skel/dot.cshrc files When I log into user test the prompt is a single dollar sign. Issuing the ll command i see .cshrc* Why does this file end with an *? I can edit the as .cshrc* or .cshrc and replace the existing set prompt statement with set prompt = "# %/ >" then save the file, exit and login again. The prompt is still a dollar sign. If I issue set prompt = "# %/ >" command from the test user command line the prompt still doe's not change. I can edit the /usr/share/skel/dot.cshrc replacing the existing set prompt with the new one, deluser test, adduser test, and still get dollar sign for the prompt even though I see the wanted prompt statement in user test home directory .cshrc* file. Another problem is the alias commands la and lf don't work but the ll alias does work.