<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Why will change the colour in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109438#M30890</link>
    <description>We use the software "Netterm" to connect the Linux server , but I found that sometimes when use specific command like ls , ll etc, the characters will change other colour , just like login on the console , can advise if I don't want the colour be chanaged , what can i do ? thx</description>
    <pubDate>Thu, 29 Nov 2007 05:00:34 GMT</pubDate>
    <dc:creator>ust3</dc:creator>
    <dc:date>2007-11-29T05:00:34Z</dc:date>
    <item>
      <title>Why will change the colour</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109438#M30890</link>
      <description>We use the software "Netterm" to connect the Linux server , but I found that sometimes when use specific command like ls , ll etc, the characters will change other colour , just like login on the console , can advise if I don't want the colour be chanaged , what can i do ? thx</description>
      <pubDate>Thu, 29 Nov 2007 05:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109438#M30890</guid>
      <dc:creator>ust3</dc:creator>
      <dc:date>2007-11-29T05:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why will change the colour</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109439#M30891</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could try setting the terminal type to something that doesn't support colour.&lt;BR /&gt;&lt;BR /&gt;The syntax will probably depend on what shell you're using, but could be something like:&lt;BR /&gt;&lt;BR /&gt;# TERM=vt100;export TERM&lt;BR /&gt;&lt;BR /&gt;You might also need to configure your terminal emulation program to identify its self as a different type of terminal.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Thu, 29 Nov 2007 05:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109439#M30891</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-11-29T05:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why will change the colour</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109440#M30892</link>
      <description>You can also check the alias for these commands:&lt;BR /&gt;&lt;BR /&gt;alias &lt;COMMAND&gt;&lt;BR /&gt;&lt;BR /&gt;You will see some "color" that you could remove from the alias.&lt;/COMMAND&gt;</description>
      <pubDate>Thu, 29 Nov 2007 08:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109440#M30892</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-11-29T08:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why will change the colour</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109441#M30893</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can turn off the colors for the 'ls' command by adding '--color=none':&lt;BR /&gt;&lt;BR /&gt;# ls -l --color=none&lt;BR /&gt;&lt;BR /&gt;If you wish to add the option permanently to your sessions, add an alias to your '.bashrc' like:&lt;BR /&gt;&lt;BR /&gt;alias ls='ls --color=none'&lt;BR /&gt;&lt;BR /&gt;...then if/when you want colors, at the command line do:&lt;BR /&gt;&lt;BR /&gt;# ls -l --color=yes&lt;BR /&gt;&lt;BR /&gt;The manpages for 'ls' offer more information as always!&lt;BR /&gt;&lt;BR /&gt;PLEASE also read this.  You have a variety of queries that remain un-evaluated.  Scoring answers adds value to this community at large:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can find your recent questions in your profile:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1498473&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1498473&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 29 Nov 2007 09:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109441#M30893</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-11-29T09:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why will change the colour</title>
      <link>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109442#M30894</link>
      <description>I use putty and have this in my personal profile to turn off color: &lt;BR /&gt;export TERM=tty</description>
      <pubDate>Fri, 30 Nov 2007 10:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/why-will-change-the-colour/m-p/4109442#M30894</guid>
      <dc:creator>loco_vikide</dc:creator>
      <dc:date>2007-11-30T10:05:11Z</dc:date>
    </item>
  </channel>
</rss>

