1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/swaplabel.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* linux/s*: add Korean translation

* systemctl: update Korean translation

* Update pages.ko/linux/sqfscat.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/shar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/sqfstar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* shnsplit: fix typo

* semanage: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 15:05:30 +09:00

595 B

swaplabel

스왑 영역의 레이블 또는 UUID를 출력하거나 변경합니다. 참고: 경로/대상/파일은 일반 파일 또는 스왑 파티션을 가리킬 수 있습니다. 더 많은 정보: https://manned.org/swaplabel.

  • 스왑 영역의 현재 레이블과 UUID 표시:

swaplabel {{경로/대상/파일}}

  • 스왑 영역의 레이블 설정:

swaplabel --label {{새_레이블}} {{경로/대상/파일}}

  • 스왑 영역의 UUID 설정 (UUID는 uuidgen을 사용하여 생성할 수 있습니다):

swaplabel --uuid {{새_UUID}} {{경로/대상/파일}}