Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- rsyslog
- yum
- JSON
- GNOME
- 빅데이터
- Elasticsearch
- Linux
- Python
- PostgreSQL
- Chrome
- 서울시민카드
- bash
- CentOS
- docker
- 디렉토리
- RHEL
- 크롬
- zabbix
- centos 7.5
- Elk
- audit
- log
- Audit Log
- Kubernetes
- syslog
- C
- 파이썬
- GPU
- K8S
- Shell
Archives
- Today
- Total
Sysops Notepad
[Linux] dd 명령어 사용법 본문
728x90
time dd if=/dev/sdj4 of=/dev/sdi4 bs=4096 seek=1
= sdj4에 4k 만큼을 띄고 나서 복사
time dd if=/dev/sdj4 bs=4096 skip=1 of=/dev/sdi4 bs=4096 seek=1
= sdj4에 4k를 1개 스킵하고 시작하며, sdj4도 4k 1개를 지나서 복사시작
728x90
'업무 > sys' 카테고리의 다른 글
[LINUX] ifconfig 항목 설명 (0) | 2021.11.09 |
---|---|
Alma linux 8.x 설치 (1) | 2021.08.23 |
[Linux] dns서버 zone file 내용 (0) | 2021.04.11 |
[Linux] tcp 관련 커널 파라미터 간단 설명 (0) | 2021.04.11 |
[Apache]exit signal Segmentation fault (11) error (0) | 2021.04.09 |