Multiple choice technology operating systems

When a new user is created on AIX server, the default value of PATH variable is set from which configuration file?

  1. /etc/environment

  2. /etc/profile

  3. /etc/defaults

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

AIX derives the default PATH for new users from /etc/environment, which defines system‑wide environment variables. /etc/profile is executed later for login shells, so the stored answer is correct.