Linux Base command: CD Switch User home directory

Source: Internet
Author: User
Keywords Linux Basic command home directory switching user
Tags base command basic basic command cd command directory home directory linux local

In Linux, the CD command is a frequently needed instruction, and the CD command allows us to switch freely in the directory, if you need to switch to the root directory, the commands are as follows:

[Root@localhost ~]# CD/
[Root@localhost/]#

Here are some tips for using the CD command

Switch home directory in any directory

[Root@localhost/]# CD
[Root@localhost ~]#

Of course, you can also use CD to return to the home directory

[Root@localhost local]# CD ~
[Root@localhost ~]#

Go back to the previous directory

[Root@localhost ~]# CD-
usr
[Root@localhost local]#

In addition, there are two ways to switch home directory, using absolute and relative paths, respectively

[Root@localhost local]# Cd/root
[Root@localhost ~]#

[Root@localhost/]# CD root
[Root@localhost ~]#

The general user's directory is in the following path

/root Root User Directory
/home/userhttp://www.aliyun.com/zixun/aggregation/11696.html ">name Common User Directory

Common configuration files are stored in the following directory
etc

The kernel boot file is in the following directory
Boot

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.