Unix systems use environment variables to configure shell behavior. PATH defines executable search locations, HOME sets the user's home directory, and IFS (Internal Field Separator) controls word splitting. All three are standard shell environment variables, making 'All the above' the correct answer.