3

I am running AIX 5.3. I have made changes to a user's .profile file (added a couple of environment variables).

Is there a command that I can use to re-process the .profile file for a particular user without them having to log out and then back in?

Benoit
  • 3,549
  • 1
  • 19
  • 17
Buggabill
  • 179
  • 2
  • 10

1 Answers1

4

At the user's shell prompt:

source ~/.profile

Or

. ~/.profile
Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151