Mailinglist Archive: opensuse (3893 mails)
| < Previous | Next > |
Re: [opensuse] Changing users temp folder
- From: Marcel de Reuver <marcel@xxxxxxxxxxxxx>
- Date: Mon, 01 Jan 2007 17:53:24 +0100
- Message-id: <45993C84.8040103@xxxxxxxxxxxxx>
Mike Noble wrote:
TMPDIR=~/tmp
export TMPDIR
Put this in /etc/bash.bashrc.local and it will work for all users.
When this file doesn't exists: touch /etc/bash.bashrc.local
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
On Sunday 31 December 2006 14:32, Jeffery Fernandez wrote:
On Monday 01 January 2007 00:00, Carlos E. R. wrote:~/.bashrc
The Sunday 2006-12-31 at 13:38 +1100, Jeffery Fernandez wrote:I tried changing the environment on shell and tested it and it didn't work.
You should need to re-login after the change. Obviusly, you need to doset the ENV variable to be:nope that doesn't work for me :(
TMPDIR=~/tmp
In looking at my env, it shows:
TMPDIR=/tmp
I have not tested it so YMMV.
that change in some file that is used by the login process.
To change the environment on login, where (which file) do make the
environment change ?
TMPDIR=~/tmp
export TMPDIR
Put this in /etc/bash.bashrc.local and it will work for all users.
When this file doesn't exists: touch /etc/bash.bashrc.local
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |