I am running Ubuntu Server 8.04 (hardy), and when I login remotely i can't see the colors when using ls, however after I type "bash" into the shell I see colors, I've already checked my .bashrc and all the colors are enabled by default (colors=auto), and I've checked "echo $SHELL" and "which bash", and they both report /bin/bash however as I already mentioned I don't see colors until I enter "bash" into shell Why might this be?
|
feedback
|
|
You need to either
e.g.
.bashrc is used for interactive shells, .bash_profile is used for login shells. | |||||||
feedback
|
|
You could try using this command
| |||
|
feedback
|