I have been working with different distributions of Linux.
I noticed sometimes when I'm using SSH to connect to another Linux server, sometimes it has color to indicate different folders when I'm using ls command. for example a folder with 777 permission will have green color on it. But sometimes with another Linux server, it only show white color texts.
I prefer to have color displayed. What should I do to enable color indication?
ls
aliased tols --color=auto
? – Ryan Smith May 03 '17 at 14:07echo $TERM
on various machines, color and colorless as well. – schaiba May 03 '17 at 14:08ssh
session insidescreen
has no color, Tmux eclipsed colorized output ofls
, and Colored output? – G-Man Says 'Reinstate Monica' May 04 '17 at 01:05