CD command, Linux CD command detailed and usage

Source: Internet
Author: User
Tags parent directory
The command in the CD command-linux to switch the user's current directory is the change directory abbreviation
Grammar
. Represents the user's current directory,.. Represents the upper-level directory of the current directory
CD (options) (parameters)
Option-P The directory to be toggled is a symbolic link that switches directly to the destination directory to which the symbolic connection is directed.
Option-L If the destination directory that you want to switch is a symbolic connection, switch directly to the directory that the character connection name represents, not the destination directory to which the symbolic connection is pointing.

  • When only the "-" option is applied, the current working directory will be switched to the directory represented by the environment variable "OLDPWD". Go back to the previous directory
    ~ is to switch home directory
    Test Example:
    CD/TMP switch to the TMP directory
    The CD enters the user's home directory;
    CD ~ Enter the user's home directory;
    CD-Returns the directory where the directory was before it entered;
    Cd.. Return to the parent directory;
    Cd.. /.. Return to the top level two directory;
    CD!$ Use the parameters of the previous command as CD parameters.

CD command, Linux CD command detailed and usage

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.