How to change the Shell color in Linux

Source: Internet
Author: User
& Nbsp; Shell is divided into user and root. With "su", you can achieve switching. The shell color control is implemented through the PS1 system variable operation in the/home/user/. bashrc and/root/. bashrc files! /Home/user/. bashrc and/root/. bashrc correspond to user and root respectively. First  

Shell can be divided into user and root. With "su", you can achieve switching.

The shell color control is implemented through the PS1 system variable operation in the/home/user/. bashrc and/root/. bashrc files!

/Home/user/. bashrc and/root/. bashrc correspond to user and root respectively.

The first is the shell display of the user.

1. open/home/user/. bashrc.

2. find the field starting with PS1 (followed by the number one)

3. modify (ps: To add this field, and I just modified the original field, the result is OK .)

Modify as follows:

        
         PS1="[e[31m]h:w#[e[m] "
        

Root. Only permission issues. Su, as I am very lazy, I directly changed the chmod permission and then changed it with the view editor.

        
         PS1="[e[32m]u@h:w$[e[m] "
        
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.