Linux: Quickly customize the path-alias

Source: Internet
Author: User
In linux, you can quickly customize the path-alias-general Linux technology-Linux technology and application information. For more information, see the following section. Every time I enter the # cd/etc/httpd/conf/directory to edit httpd. conf
If the path is not long, it is easy to remember.
You can enter an abbreviation in the command line to enter the conf directory.
# Vi/ehc/httpd. conf
There is a. bashrc file in the root directory of the account.
Root User:/root/. bashrc
Vmwares User:/home/vmwares/. bashrc
Edit this file.
Add
Alias rm = 'rm-I'
Alias cp = 'cp-I'
Alias mv = 'mv-I'
Alias ehc = 'CD/etc/httpd/conf'

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.