I am new to Unix. I am using a default installation of FreeBSD, with the C shell (csh).
Suppose I have a command I can run by executing this: /sbin/abc, but cannot run by executing abc. How can I set certain path or something that make abc runnable everywhere?
echo $SHELLto find out which shell you're using. – Tim Dec 22 '10 at 7:08