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/setfattr.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

423 B

setfattr

확장 파일 속성 설정. 더 많은 정보: https://manned.org/setfattr.

  • 파일의 속성 이름 설정:

setfattr -n user.{{속성_이름}} {{경로/대상/파일}}

  • 파일의 사용자 정의 확장 속성 값 설정:

setfattr -n user.{{속성_이름}} -v "{{값}}" {{경로/대상/파일}}

  • 파일의 특정 속성 제거:

setfattr -x user.{{속성_이름}} {{경로/대상/파일}}