LPI Exam Questions

Which command shows if /usr/bin is in the current shell search path?

Which command shows if /usr/bin is in the current shell search path?

A.
cat $PATH

B.
echo %PATH%

C.
echo %PATH

D.
echo $PATH

E.
cat PATH

Explanation: