I'm a Centos user and have just started my first Debian install. In Centos the ls command lists output in color to indicate whether an item is a file, directory, symlink and if a file/directory is world-writable.
Here's an example...
How can I enable this color display in Debian? Thanks
Put it in your .bashrc
Or if you prefer create a file in your profile named .bash_aliases and put there your alias (by default in debian's .bashrc that gets sourced)
Under Debian and derivatives (example: raspbian for Raspberry Pi), if you edit the /root/.bashrc file you'll find some line commented about "ls colorization". Just uncomment them and run "source /root/.bashrc" or relogin: