
how to change colors in terminal
It's not Linux, it's GNU fileutils. You did say you're using
GNU fileutils. Perhaps whoever installed them just didn't install
the man pages?
Try to see if you have the dircolors binary then create ~/.dir_colors by
dircolors -p > ~/.dir_colors (this has some documentation). See if it
works with "eval $(dircolors -b .dir_colors)".
Oh, and http://www.freebsd.org/cgi/man.cgi is a great resource for
man pages of various Unix(tm) and Unix-like operating systems.
-sami.