|
Home > Archive > Red Hat Configuration > January 2006 > Configuration of character based console in FC4
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Configuration of character based console in FC4
|
|
| Bob Erdmann 2006-01-14, 5:51 pm |
| I just installed FC4, and changed the run level to 3 so as to boot to a
command line console rather than the Xwindows system. The problem I am
having is that in this mode directory names are displayed in dark blue
against the black background of my monitor which makes them just about
unreadable. Is there a configuration file I can edit to change the color
configuration for the command line console?
Thanks,
/Bob
| |
| Scott Lurndal 2006-01-23, 6:12 pm |
| "Bob Erdmann" <boberdmann@cableone.net> writes:
>I just installed FC4, and changed the run level to 3 so as to boot to a
>command line console rather than the Xwindows system. The problem I am
>having is that in this mode directory names are displayed in dark blue
>against the black background of my monitor which makes them just about
>unreadable. Is there a configuration file I can edit to change the color
>configuration for the command line console?
>
>Thanks,
>
>/Bob
>
>
easiest is to add
unalias ls
to your ~/.profile
or you can
rm /etc/DIRCOLORS*
or you can
rm /etc/profile.d/colorls.*
|
|
|
|
|