Multiple choice technology operating systems if [ -d $AXA_BA_ENVPATH/$1 ] -d stands for none of the above Checks for the existence of a directoy Checks for the existence of a file Checks for the existence of a file/directoy Reveal answer Fill a bubble to check yourself B Correct answer Explanation In shell conditional expressions, -d checks if a file exists and is a directory. It returns true only if the path exists and is specifically a directory, not a regular file.