Files
tldr/pages.zh/linux/systemd-tty-ask-password-agent.md

20 lines
622 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# systemd-tty-ask-password-agent
> 列出或处理待处理的 systemd 密码请求。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemd-tty-ask-password-agent.html>。
- 列出所有当前待处理的系统密码请求:
`systemd-tty-ask-password-agent --list`
- 持续处理密码请求:
`systemd-tty-ask-password-agent --watch`
- 通过在调用的 TTY 上询问用户来处理所有当前待处理的系统密码请求:
`systemd-tty-ask-password-agent --query`
- 将密码请求转发到 wall而不是在调用的 TTY 上询问用户:
`systemd-tty-ask-password-agent --wall`