From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-152934-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0E6D1138247 for <garchives@archives.gentoo.org>; Sun, 5 Jan 2014 15:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55B55E0A68; Sun, 5 Jan 2014 15:28:52 +0000 (UTC) Received: from homiemail-a51.g.dreamhost.com (caibbdcaaagc.dreamhost.com [208.113.200.62]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AC25E09B4 for <gentoo-user@lists.gentoo.org>; Sun, 5 Jan 2014 15:28:50 +0000 (UTC) Received: from homiemail-a51.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a51.g.dreamhost.com (Postfix) with ESMTP id 494612E8076 for <gentoo-user@lists.gentoo.org>; Sun, 5 Jan 2014 07:28:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:content-type: content-transfer-encoding; s=libertytrek.org; bh=EIChnxVizJSdlNY 6VM0Cih+5ZvA=; b=WlcUlHEa/h+M90wkcYFZopPSfbCzqPuiCR35/mWHvOQRtg1 iZamA4bHHOfM7jjHZEAwUVfeq3YmPIHfuQoCmyYrPqhpF8Tw6w+VNmg7mZOpEiDi GpASXKssnq4tmJJcPWlM7dkroJJbkjgkaeqpol2tQ58chVyT3ESC7xS7XCl0= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a51.g.dreamhost.com (Postfix) with ESMTPSA id 1166C2E8062 for <gentoo-user@lists.gentoo.org>; Sun, 5 Jan 2014 07:28:45 -0800 (PST) Message-ID: <52C97A0E.4000702@libertytrek.org> Date: Sun, 05 Jan 2014 10:28:14 -0500 From: Tanstaafl <tanstaafl@libertytrek.org> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Updating $PATH variable permanently for root not working Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 2cfcd2b4-1fd1-4712-894a-d7b1dffb3dee X-Archives-Hash: 11ce997c7c3a704e86e18ccca836e034 Not sure what I'm missing... I login as normal user, then su - to root... I've created /root/.bashrc, and added the following: export PATH="${PATH}:/path/I/want/to/add" If I logout, then su - back into root, shouldn't I see the new path? Manually exporting it during the session works, so obviously I'm missing something...