Linux-a quick way to get to the directory

Source: Internet
Author: User

cd Command Tips
    • Go directly to the user's home directory:cd ~
    • Go to the previous directory:cd -
    • Go to the previous level directory of the current directory:cd ..
    • Go to the top two-level directory in the current directory:cd ../..
Other common methods
    • Auto-Complete directory name with TAB key
    • Use the Ln-s command to establish a soft connection for a long directory
    • Using the Export command, set the environment variable Dirpath for the long directory and then enter it by CD $dirpath
    • Use the alias command to set directory aliases
Long catalogue

For a long list of frequently entered directories, it is recommended to use the alias command to set the directory alias, simple and easy to use. This method is also applicable for long commands that are used frequently.

Example:

[~cat|grep aliasalias ifcfg=‘cd /etc/sysconfig/network-scripts/‘# User specific aliases and functions[~]$ [~source# 使配置生效[~ifcfg[network-scripts]$ pwd/etc/sysconfig/network-scripts[network-scripts]$

Linux-a quick way to get to the directory

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.