add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# takeown
> 文件或目录的所有权。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/takeown>.
> 取文件或目录的所有权。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/takeown>
-指定文件的所有权:
- 取指定文件的所有权:
`takeown /f {{路径/文件}}`
`takeown /f {{path\to\file}}`
-指定目录的所有权:
- 取指定目录的所有权:
`takeown /d {{路径/目录}}`
`takeown /d {{path\to\directory}}`
-指定目录所有子目录的所有权:
- 取指定目录所有子目录的所有权:
`takeown /r /d {{路径/目录}}`
`takeown /r /d {{path\to\directory}}`
- 将所有权更改为管理员组,而不是当前用户:
`takeown /a /f {{路径/文件}}`
`takeown /a /f {{path\to\file}}`