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
This article describes how to install php7 + ngin...
Table of contents Base Return Type String and Boo...
With the rise of mobile terminals such as iPad, p...
question Recently, when I was completing a practi...
Table of contents Basic selectors: Level selector...
Table of contents 1. Mysql data structure 2. The ...
Table of contents 1. Operate the database 1.1 Cre...
Concept introduction: We know that the redo log i...
Today I will take you through the history of ext4...
"We're writing our next set of mobile pr...
This article shares the specific code of Vue to i...
There is a difference between src and href, and t...
mysql copies the files in the data directory to r...
Preface The server system environment is: CentOS ...
1. Create and run a container docker run -it --rm...