[Ilugc] FreeBSD - how to set the environment variable?

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Tue Jul 19 17:01:49 2005

On 19/07/05, Joseph Kulandai <kulandai@xxxxxxxxx> wrote:

Is there any way to run the root account's .profile, without
restarting the computer?

Instead of having:

export FOO=bar

in your .profile, try:

FOO=bar; export FOO

Binand

Other related posts: