How to Change Directory Entries Colors

Hello,

How would one change colors in a directory listing? For example, directory entries are currently blue, would like to change to something easier to see.

Thanks

Here's the first link in google:

https://askubuntu.com/questions/466198/how-do-i-change-the-color-for-directories-with-ls-in-the-console

If that doesn't work, try google.com again. :wink:

Regards,

4andy2001@gmail.com wrote:

[-- multipart/alternative, encoding 7bit, 40 lines --]

    [-- text/plain, encoding 7bit, charset: UTF-8, 14 lines --]

Hello,

How would one change colors in a directory listing? For example, directory
entries are currently blue, would like to change to something easier to see.

Try 'man ls', down at the bottom it says:-

With --color=auto, ls emits color codes only when standard output is
connected to a terminal. The LS_COLORS environment variable can
change the settings. Use the dircolors command to set it.

So you need dircolors......