当前位置:网站首页>DD's command
DD's command
2022-07-06 00:42:00 【Riding the waves】
dd: Copy a file in a block of a specified size , And perform the specified transformation at the same time of copying
Be careful : The place where the number is specified ends with the following characters , Multiply by the corresponding number :b=512;c=1;k=1024;w=2
| Parameters | explain | |||||||||||||||||||||||||
| if | file name | Input file name , Default to standard input . That is, specify the source file .< if=input file > | ||||||||||||||||||||||||
| of | file name | Output file name , Default to standard output . I.e. designated purpose document .< of=output file > | ||||||||||||||||||||||||
| ibs | bytes | Read in at a time bytes Bytes , That is, to specify a block size of bytes Bytes | ||||||||||||||||||||||||
| obs | bytes | One output bytes Bytes , That is, to specify a block size of bytes Bytes | ||||||||||||||||||||||||
| bs | bytes | Also set read in / The output block size is bytes Bytes | ||||||||||||||||||||||||
| cbs | bytes | One conversion bytes Bytes , That is, specify the conversion buffer size | ||||||||||||||||||||||||
| skip | blocks | Skip from the beginning of the input file blocks Block and start copying | ||||||||||||||||||||||||
| seek | blocks | Skip from the beginning of the output file blocks Block and start copying Be careful : Usually only valid if the output file is disk or tape , That is, backup to disk or tape is valid | ||||||||||||||||||||||||
| count | blocks | Just copy blocks Block , The size of the block is equal to ibs Number of bytes specified | ||||||||||||||||||||||||
| conv | conversion | Convert the file with the specified parameters
|
边栏推荐
- 电机的简介
- Idea远程提交spark任务到yarn集群
- I'm interested in watching Tiktok live beyond concert
- Curlpost PHP
- Free chat robot API
- Pointer pointer array, array pointer
- [Online gadgets] a collection of online gadgets that will be used in the development process
- Comment faire votre propre robot
- Go learning - dependency injection
- How to solve the problems caused by the import process of ecology9.0
猜你喜欢

Common API classes and exception systems

常用API类及异常体系

I'm interested in watching Tiktok live beyond concert

Browser reflow and redraw
![Go learning --- structure to map[string]interface{}](/img/e3/59caa3f2ba5bd3647bdbba075ee60d.jpg)
Go learning --- structure to map[string]interface{}

Basic introduction and source code analysis of webrtc threads

AtCoder Beginner Contest 258【比赛记录】
![[groovy] JSON serialization (convert class objects to JSON strings | convert using jsonbuilder | convert using jsonoutput | format JSON strings for output)](/img/52/021931181ad3f4bef271b4e98105c2.jpg)
[groovy] JSON serialization (convert class objects to JSON strings | convert using jsonbuilder | convert using jsonoutput | format JSON strings for output)

MYSQL GROUP_ The concat function realizes the content merging of the same ID

The relationship between FPGA internal hardware structure and code
随机推荐
notepad++正則錶達式替換字符串
Folding and sinking sand -- weekly record of ETF
[simple implementation of file IO]
Introduction of motor
OS i/o devices and device controllers
小程序容器可以发挥的价值
Common API classes and exception systems
Browser local storage
详细页返回列表保留原来滚动条所在位置
Synchronized and reentrantlock
Go learning --- read INI file
新手入门深度学习 | 3-6:优化器optimizers
[groovy] JSON string deserialization (use jsonslurper to deserialize JSON strings | construct related classes according to the map set)
Ffmpeg captures RTSP images for image analysis
Extension and application of timestamp
图解网络:TCP三次握手背后的原理,为啥两次握手不可以?
The relationship between FPGA internal hardware structure and code
Codeforces round 804 (Div. 2) [competition record]
Cloud guide DNS, knowledge popularization and classroom notes
PHP determines whether an array contains the value of another array