The PATH variable holds the list of directories which are searched when you type a program name. To check your PATH setting use the following command. Open a command-line terminal (select Applications > Accessories > Terminal), and then type the following commands to see $PATH
echo $PATHSample outputs:
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
No comments:
Post a Comment