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>
This commit is contained in:
16
pages.ko/linux/setfattr.md
Normal file
16
pages.ko/linux/setfattr.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# setfattr
|
||||
|
||||
> 확장 파일 속성 설정.
|
||||
> 더 많은 정보: <https://manned.org/setfattr>.
|
||||
|
||||
- 파일의 속성 이름 설정:
|
||||
|
||||
`setfattr -n user.{{속성_이름}} {{경로/대상/파일}}`
|
||||
|
||||
- 파일의 사용자 정의 확장 속성 값 설정:
|
||||
|
||||
`setfattr -n user.{{속성_이름}} -v "{{값}}" {{경로/대상/파일}}`
|
||||
|
||||
- 파일의 특정 속성 제거:
|
||||
|
||||
`setfattr -x user.{{속성_이름}} {{경로/대상/파일}}`
|
Reference in New Issue
Block a user