From 118d1f883b9c23e7af25399570480eced94cdca9 Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Sat, 2 Sep 2023 19:55:45 +0530 Subject: [PATCH] systemd-tty-ask-password-agent: add page (#10656) * systemd-tty-ask-password-agent: add page --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/systemd-tty-ask-password-agent.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/systemd-tty-ask-password-agent.md diff --git a/pages/linux/systemd-tty-ask-password-agent.md b/pages/linux/systemd-tty-ask-password-agent.md new file mode 100644 index 000000000..3aef167f5 --- /dev/null +++ b/pages/linux/systemd-tty-ask-password-agent.md @@ -0,0 +1,20 @@ +# systemd-tty-ask-password-agent + +> List or process pending systemd password requests. +> More information: . + +- List all currently pending system password requests: + +`systemd-tty-ask-password-agent --list` + +- Continuously process password requests: + +`systemd-tty-ask-password-agent --watch` + +- Process all currently pending system password requests by querying the user on the calling TTY: + +`systemd-tty-ask-password-agent --query` + +- Forward password requests to wall instead of querying the user on the calling TTY: + +`systemd-tty-ask-password-agent --wall`