How can I show the full path of directory in command line Freebsd
FreeBSD comes with CSH (C shell) as default., that do not show full path of present working directory. We need to change default shell to BASH (Bourne-again shell) using following command:
# chsh -s /usr/local/bin/bash
Read More »How can I show the full path of directory in command line Freebsd