add new chinese translations
This commit is contained in:
21
pages.zh/linux/secret-tool.md
Normal file
21
pages.zh/linux/secret-tool.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# secret-tool
|
||||
|
||||
> 存储和检索密码,属于 `libsecret` 软件包的一部分。
|
||||
> 与 Freedesktop 秘密服务实现(如 `gnome-keyring`)进行通信。
|
||||
> 更多信息:<https://gnome.pages.gitlab.gnome.org/libsecret/>.
|
||||
|
||||
- 存储一个带有可选标签的秘密:
|
||||
|
||||
`secret-tool store --label={{label}} {{key}} {{value}}`
|
||||
|
||||
- 检索一个秘密:
|
||||
|
||||
`secret-tool lookup key {{key}}`
|
||||
|
||||
- 获取有关秘密的更多信息:
|
||||
|
||||
`secret-tool search key {{key}}`
|
||||
|
||||
- 删除一个存储的秘密:
|
||||
|
||||
`secret-tool clear key {{key}}`
|
Reference in New Issue
Block a user