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,499
  • 1
  • 18
  • 17
Buggabill
  • 179
  • 2
  • 10

1 Answers1

4

At the user's shell prompt:

source ~/.profile

Or

. ~/.profile
Dennis Williamson
  • 60,515
  • 14
  • 113
  • 148