snippetbashTip
systemd-tty-ask-password-agent — List or process pending systemd password requests. More information: <https://www.freedesktop.org/so
Viewed 0 times
systemdcommandsystemd-tty-ask-password-agentpasswordpendingprocessclilist
linux
Problem
How to use the
systemd-tty-ask-password-agent command: List or process pending systemd password requests. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-tty-ask-password-agent.html>.Solution
systemd-tty-ask-password-agent — List or process pending systemd password requests. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-tty-ask-password-agent.html>.List all currently pending system password requests:
systemd-tty-ask-password-agent --listContinuously process password requests:
systemd-tty-ask-password-agent --watchProcess all currently pending system password requests by querying the user on the calling TTY:
systemd-tty-ask-password-agent --queryForward password requests to wall instead of querying the user on the calling TTY:
systemd-tty-ask-password-agent --wallCode Snippets
List all currently pending system password requests
systemd-tty-ask-password-agent --listContinuously process password requests
systemd-tty-ask-password-agent --watchProcess all currently pending system password requests by querying the user on the calling TTY
systemd-tty-ask-password-agent --queryForward password requests to wall instead of querying the user on the calling TTY
systemd-tty-ask-password-agent --wallContext
tldr-pages: linux/systemd-tty-ask-password-agent
Revisions (0)
No revisions yet.