linux下出现+ ls --color=auto -l --color=auto...++ echo -ne '33]0;root@imon-2:~'等

[root@imon-2 ~]# cd /root/
+ cd /root/
 ++ echo -ne '33]0;root@imon-2:~'
 [root@imon-2 ~]# ll
+ ls --color=auto -l --color=auto
 total 2416
-rw-------. 1 root root    1250 Jul 20  2012 anaconda-ks.cfg
-rw-r--r--. 1 root root  517272 Dec 21  2013 confuse-2.7.tar.gz
 drwxr-xr-x. 2 root root    4096 Jul 20  2013 deploy
-rw-r--r--. 1 root root   30434 Jul 20  2012 install.log
-rw-r--r--. 1 root root    7878 Jul 20  2012 install.log.syslog
-rwxr-xr-x. 1 root root    1008 Dec  5  2012 jboss-demon.sh
-rwxr-xr--. 1 root root     133 Dec  5  2012 mount.sh
-rw-r--r--. 1 root root 1889401 Dec 21  2013 pcre-8.33.tar.gz
++ echo -ne '33]0;root@imon-2:~'
 [root@imon-2 ~]# vi .bashrc 
+ vi .bashrc
++ echo -ne '33]0;root@imon-2:~'
 [root@imon-2 ~]# vim .bashrc
 + vim .bashrc
++ echo -ne '33]0;root@imon-2:~'
 [root@imon-2 ~]# ll
+ ls --color=auto -l --color=auto

在linux下执行命令都会报红色的问题,

原因:用户可能意外的执行了set -x导致系统命令都出现调试; 

解决办法:用户直接执行:set +x结束调试就可以了


原文地址:https://www.cnblogs.com/Rainbow-G/p/4080008.html