当前位置:网站首页>CMD common commands
CMD common commands
2022-07-28 22:29:00 【Crane sorrow_】
One 、 Get into cmd window
1. win+r Run the command
2. Input cmd

Two 、 Toggle character
C:
D:

3、 ... and 、 route
./ Current directory
/ root directory
../ Previous Directory
../../ Upper level directory of the upper level
Four 、 Directory switching command
CD Directory address
cd Users
cd Users/Administrator
cd /
cd../../
5、 ... and 、 View directory
dir
6、 ... and 、 Directory file name prompt
The first letter +Tab
7、 ... and 、 Switch command history
cursor ↑↓
8、 ... and 、 Clear the window
cls
![]()
Nine 、 Create folder
md File name
md app

Ten 、 Delete folder
rd File name
rd app
rd /s /q Delete folders and contents

11、 ... and 、 Delete file
del File name
del app
Twelve 、help help
help All commands view
help Command name
help rd View the usage of delete command

13、 ... and 、 Copy move
copy Copy
move Move
fourteen 、 End the running command
ctrl+c
15、 ... and 、 Common commands
ping The host address
Check whether it is connected to the host
ping baidu.com
ping 192.168.17.25
ping baidu.com -t
ipconfig View the current ip
calc Calculator

边栏推荐
- 软考网络工程师
- 普源示波器实际的使用效果怎么样
- Sword finger offer II 054. Sum of all values greater than or equal to nodes (medium binary search tree DFS)
- 75. Color classification (medium array double pointer sorting)
- [Ruiji takeout project]day4 - dish management
- Add DNS server to LAN for domain name resolution
- hcip实验(14)
- CDN working principle
- Sword finger offer II 056. Sum of two nodes in a binary search tree (simple binary search tree DFS hash table double pointer iterator)
- (翻译)图技术简明历史
猜你喜欢

How to establish a decentralized community in Web3

Lvs+keepalived high availability deployment practical application

SQL注入 Less42(POST型堆叠注入)

软考网络工程师

HCIP(8)

示波器发展史中的变化

Can the MySQL create statement be used to create a table structure and append new records

HCIP(15)

Hcip experiment (15)

Win11 how to open software notification
随机推荐
79. Word search (medium string array matrix backtracking)
[Ruiji takeout project] Day5 - Chapter 6 mobile verification code login
Sword finger offer II 066. sum of words (medium prefix tree design string)
Lin Xiaobin, head of Tencent cloud database, borrowed 100 million yuan to speculate in stocks? Insider: the amount is not true
JMeter installs third-party plug-ins plugins Manager
示波器发展史中的变化
HCIP(13)
32. Longest valid bracket (difficult stack string)
HCIP(12)
ssh 免密码登录
Kali source solution software cannot be installed correctly
MySQL installation and configuration (super detailed, simple and practical)
Less than a year after its establishment! MIT derivative quantum computing company completed financing of US $9million
Remember the first line segment tree (corresponding to Luogu 3372)
What are the main functions and uses of LCR tester
HCIP(10)
Solve Jupiter: the term 'Jupiter' is not recognized as the name of a cmdlet, function, script file
Mysql内置函数
What testing services do third-party software testing institutions provide? Charging standard of software test report
Ruiji takeout project - development of business development function Day2