1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

xtrlock: add page (#2501)

This commit is contained in:
Sacha Bron 2018-10-30 09:36:15 +01:00 committed by Owen Voke
parent 0bf0e88e0a
commit 9c7f70fdbb

15
pages/linux/xtrlock.md Normal file
View file

@ -0,0 +1,15 @@
# xtrlock
> Lock the X display until the user supplies their password.
- 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`