What does linux cd mean? In Linux, cd means change directory. The Linux cd command is used to switch the current working directory to dirName (directory parameter). The dirName representation can be an absolute path or a relative path. If the directory name is omitted, the directory is changed to the user's home directory (that is, the directory where the user is when he or she logs in). In addition, "~" also means the home directory, "." means the current directory, and ".." means the directory above the current directory. grammar cd [dirName] dirName: The target directory to switch to. Examples Jump to /usr/bin/: cd /usr/bin Jump to your home directory: cd ~ Jump to the two levels above the current directory: cd ../.. You may also be interested in:
|
<<: Master-slave synchronization configuration and read-write separation of MySQL database
>>: JavaScript implements simple date effects
Docker download address: http://get.daocloud.io/#...
This article example shares the specific code of ...
Docker is a very popular container technology. Th...
It is very easy to delete a table in MySQL, but y...
This is an official screenshot. After MySQL 5.7 i...
Table of contents background Question 1 Error 2 E...
1. Embedded Software Level 1) Bootloader->Boot...
<META http-equiv="Page-Enter" CONTENT...
This article uses an example to describe how to c...
This article example shares the specific code of ...
1. Basic knowledge: Http Header User-Agent User A...
Today I wanted to change the mysql port, but I fo...
Here are some problems encountered in the use of ...
Install mysql5.7.18 on CentOS6.7 1. Unzip to the ...
Preface This article mainly introduces the releva...