What i mean is how to customize the "Ok" & "Failed" text and also the default green and red color. Also how to change the various file types and directories color when u use the ls command:
Well here howto:
Considering Fedora linux
* Change Ok & Failed text search this file:
* Change the color of Ok & Failed:
* Now here is problem i do not understand when changing the color of file types:
The command to see the default colors is:
Now what i understand is we have to alter the LS_COLORS environment variable so this is how u do:
Should i add some entry in .bashrc with setenv?
and it will temporarily change the color. Also there is a file ~/.dircolors but doesn't work. How to do it permanent?
Regards.
Well here howto:
Considering Fedora linux
* Change Ok & Failed text search this file:
vi /etc/init.d/functions
* Change the color of Ok & Failed:
vi /etc/sysconfig/init
* Now here is problem i do not understand when changing the color of file types:
The command to see the default colors is:
dircolors -p
Now what i understand is we have to alter the LS_COLORS environment variable so this is how u do:
dircolors -p > /colors ;chmod +x /colors
vi /colors to edit the color scheme
dircolors /colors
Should i add some entry in .bashrc with setenv?
and it will temporarily change the color. Also there is a file ~/.dircolors but doesn't work. How to do it permanent?
Regards.