finding current shell

How to check which shell i am using in freebsd

type echo $SHELL on command prompt

On my FreeBSD block i found

$ echo $SHELL.
/bin/sh.

TO modify path variable

check .profile file in your home directory

and append your path there

Categories