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
One day, the leader put forward a requirement to ...
Preview knowledge points. Animation Frames Backgr...
Project scenario: Dark Horse Vue project manageme...
How to install iso files under Linux system? Inst...
1. View the types of fields in the table describe...
Recently, when using kazam in Ubuntu 20.04 for re...
Table of contents 1. Data Type 1. What is MySQL s...
This article mainly introduces the wonderful use ...
Table of contents 1. Vue installation Method 1: C...
Table of contents Ideas Request interception Resp...
What is a covering index? Creating an index that ...
Table of contents this Method In the object Hidde...
Let me first introduce to you that the node proce...
I re-read the source code of the Fabric project a...
Preface Because the mini program upload requires ...