X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <2478543e0710120417v49a2318dy7de46211e377cfec@mail.gmail.com> Date: Fri, 12 Oct 2007 07:17:02 -0400 From: "Spencer Bailey" To: cygwin AT cygwin DOT com Subject: Re: Running two different profiles based on user loggin In-Reply-To: <470F545A.10200@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2478543e0710120356u3afffbcas42d41d1f7706fa79 AT mail DOT gmail DOT com> <470F545A DOT 10200 AT etr-usa DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com There a 50+ users and the two profiles can change on a monthly basis. I don't want to have to maintain all the .profiles in users directories. Thanks On 10/12/07, Warren Young wrote: > Spencer Bailey wrote: > > > > I've created two different profiles in /etc. profile.1 and profile.2 > > which both contain different aliases etc. Based on the user logging in > > I want to be able to run the correct profile. > > > > Is it possible to put in a check in the /etc/profile that is a certain > > user logs in to run the profile. Like... > > > > ---check for user "fred". If equal to fred > > . /etc/profile.1 > > > > otherwise > > > > . /etc/profile.2 > > Unless you have many users and a nearly even split of users needing one > profile over another, this is better handled in one of the per-user > profiles: > > ~/.profile > ~/.bash_profile > ~/.bashrc > > The differences among these are subtle, but it's a topic for a generic > Unix forum. > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/