Linux CLI - Environment and Configuration
Which command shows the value of the environment variable
PATH in the current shell?PATH in the current shell?echo $VARIABLE prints the value of that variable.set PATH lists shell variables but not just PATH; export PATH marks it for export; unset PATH deletes it.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions