The PATH variable determines where the system looks for
the commands you want to run.
The error message
Command not found
You can use the setup command to add directories to your PATH.
You should feel free to add directories to your PATH, but if you do you should bear the following in mind:
(We post about standard changes in the newsgroup panix.upgrade. Changes that affect large numbers of our users, especially those who are unlikely to read the panix.* newsgroups, are announced in MOTDs, and sometimes even in individual email to affected subscribers.)
We may make two kinds of changes:
To include the default path in your PATH, use the variable ${PATH} in the list. You can put this at the beginning, in the middle, or at the end of the list, as you prefer.
In other words:
PATH=${PATH}:${HOME}/bin will give you /usr/bin/calendar
PATH=${HOME}/bin:${PATH} will give you ~/bin/calendar
We therefore recommend against putting . (the current directory) in your PATH, or, if you must have it, put it at the end. You should also make sure that no directory in your PATH is writable by "other" or by group "users" to avoid the likelihood of this happening.