1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 04:35:25 +02:00

systemd-tty-ask-password-agent: add page (#10656)

* systemd-tty-ask-password-agent: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Shashank Hebbar 2023-09-02 19:55:45 +05:30 committed by GitHub
parent 21d2ad3053
commit 118d1f883b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# systemd-tty-ask-password-agent
> List or process pending systemd password requests.
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-tty-ask-password-agent.html>.
- 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`