1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/xtrlock.md

17 lines
332 B
Markdown
Raw Normal View History

2018-10-30 09:36:15 +01:00
# xtrlock
> Lock the X display until the user supplies their password.
> More information: <https://manned.org/xtrlock>.
2018-10-30 09:36:15 +01:00
- Lock the display and show a padlock instead of the cursor:
`xtrlock`
- Display a blank screen as well as the padlock cursor:
`xtrlock -b`
- Fork the xtrlock process and return immediately:
`xtrlock -f`