How to customize your Linux operating system environment

Source: Internet
Author: User
& Nbsp; changing the following SHELL files can make your linux environment full of personality:/etc/bashrc? Bashshell system-level default functions and aliases. you can modify PS1 to change the color, content, and method of the shell prompt. /Etc/profile? Bashshell system-level default values, including system-level loops  

Change the following SHELL file to make your linux environment full of personality:

/Etc/bashrc? Bash shell system-level default functions and aliases. modify PS1 to change the color, content, and method of the shell prompt.

/Etc/profile? Bash shell system-level default value, including system-level environment variables.

/Etc/passwd? Password and other information. The Root user can directly modify it, but we recommend that you use the configuration tool to modify it, such as the passwd command. A corrupted/etc/passwd can easily make a Linux system unavailable.

/Etc/shadow? Contains the "shadow" information of the passwd file. For example, information that should not be viewed by everyone.

/Etc/group? Similar to the/etc/passwd file, but about the user group.

/Etc/crontab? Set "cron" to periodically execute commands (in hours, days, weeks, and years ).

/Etc/initab? You can change the number of terminals by running different programs and processes at system startup.

/Etc/issue? Information that appears along with the logon prompt. It is often overwritten by rc. local scripts.

/Etc/issue.net? Same as above, but used for network login.

/Etc/motd? The "Message of the day" file is displayed after the user logs on.

/Etc/rc. d/rc. local? The last script executed when the system starts. I put commands for customizing my local machine at the end of this file. Its function is similar to DOS's "autoexec. bat ".

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.