mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 17:50:46 +00:00
Update cheatsheets
This commit is contained in:
25
linux/systemd-tty-ask-password-agent
Normal file
25
linux/systemd-tty-ask-password-agent
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user