Someone setup top command to display output in colors. How do I disable color in output of the ‘top’ command running on Linux operating system?
Step 1: Start the top by typing the top at the shell prompt:
top
Step 2: Press z to disable to enable or disable colors for the top command.
Step 3: Press W to save changes.
Step 4: Exit from top by pressing q
Step 5: Start top again to verify changes:
top
For more info read the man page of top command by typing the following at the bash shell:
man top