Ubuntu modifies the host name and user name displayed by the terminal

Source: Internet
Author: User

How to modify the Ubuntu terminal Display user name and hostname, this problem for the familiar person, trivial, but sometimes knowledge should always accumulate some, even a small knowledge point, sometimes come to the time to find forget how to do, so record. The steps are simple.


"Declaration" Welcome reprint, but please keep the article original source: http://blog.csdn.net/yelangjueqi/article/details/45556657


1. Before modification
Format: User name @ host name

2. Start modifyingThe steps are as follows:
A. Modifying hostname, which is the host name


Open the file and modify the name to zh


save exit, reopen a terminal, and discover that the hostname has been modified.

B. Go to the home directory and open:. BASHRCfile (by modifying the configuration file, you can guarantee that the changes will still take effect after rebooting)


Search string:PS1, find the following snippet:


the green section \uto \h, the terminal will display the same user name as the hostname:


over! Restart the machine
PS: The meaning that the default special symbol represents:
\d: Represents the date, formatted as weekday month date, for example: "Mon-1"
\h: The full host name. For example: My machine name is: Fc4.linux, then this name is Fc4.linux
\h: Only the first name of the host is taken, as in the example above, then Fc4,.linux is omitted
\ t: Display time in 24-hour format such as: HH:MM:SS
\ t: Display time in 12-hour format
\a: Display time in 24-hour format: hh:mm
\u: Current user's account name
version information for \v:bash
\w: The full working directory name. Home directory will be replaced by ~
\w: Use basename to get the working directory name, so only the last directory is listed
\#: The first few commands issued
\$: Prompt character, if root, Prompt is: #, normal user is: $


Ubuntu modifies the host name and user name displayed by the terminal

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.