HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xtrlock — Lock the X display until the user supplies their password. More information: <https://manned.org/xtr

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclixtrlockuntildisplaylock
linux

Problem

How to use the xtrlock command: Lock the X display until the user supplies their password. More information: <https://manned.org/xtrlock>.

Solution

xtrlock — Lock the X display until the user supplies their password. More information: <https://manned.org/xtrlock>.

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

Code Snippets

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

Context

tldr-pages: linux/xtrlock

Revisions (0)

No revisions yet.