2 # /etc/profile - System-wide startup file for shells.
5 # Compose system path resetting the Input Field Separator
8 PATH="${PATH}:/usr/local/games:/usr/games"
10 # Default mask: remove write permission for group and other
13 # Set basic primary prompt
16 # Set default terminal type if unset
17 test -n "${TERM+$TERM}" || TERM=linux
19 # Set default classification and conversion of characters
25 for script in /etc/profile.d/*.sh