ls or dir?
Hi,
These 2 command return the same, but when I use ls I get a certain file ("info") colored (green):
root@wsLinux:/home/admin/test# ls
info info.txt test tmp
root@wsLinux:/home/admin/test# dir
info info.txt test tmp
Could u please tell me what is that and if you have a link/guide for me to learn more about the colors Linux uses in bash shell: green, blue, gray....
Thank u in advance
Kind regards,

RE: ls or dir?
# executables (bright green)
You can add or remove colour to the output using the dir command too:
http://linux.about.com/library/cmd/blcmdl1_dir.htm
http://www.systhread.net/texts/200703bashish.php
http://www.faqs.org/docs/Linux-HOWTO/Bash-Prompt-HOWTO.html
http://wiki.archlinux.org/index.php/Color_Bash_Prompt
Regards,
Pat.