Code:
[root@centos7-1024ram-minimal ~]# cat /etc/environment
#Returns nothing.
~/.bash_profile is the place for
user specific environment and startup programs.
E.g. Adding a new path to PATH variable.
So PATH was defined before .bash_profile is executed.
Since /etc/environment is empty,
but command env produces a lot of
environmental variables.
Where were those env variables defined?
Thank you.