Linux Key Directory Highlights

Source: Internet
Author: User

1. if want to let terminal login prompt character, become oneself like appearance, should change/etc/issue;

2, if you want to let users login, only display welcome information, should be changed/ETC/MOTD;

3, the hypothesis has three, namely: Command1 && Command2 | | Command3 (note the order can not be mistaken);

&& | | Description of:

    • cmd1 && cmd2 1) if the CMD1 executes and executes correctly ($?=0), the CMD2 is started.

2) If CMD1 is executed and is error ($?≠0), CMD2 does not execute.

    • cmd1 | | cmd2 1) If the CMD1 is executed and executed correctly ($?=0), the CMD2 does not execute.

2) If CMD1 is executed and is error ($?≠0), the CMD2 execution begins.

4, the relevant procedures of the boot process are under the/etc/init.d/;


This article is from "Tornado" blog, please make sure to keep this source http://ruilong.blog.51cto.com/4043170/1763205

Linux Key Directory Highlights

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.