tail head cat sleep
QR code linking to this page

Manual Pages  — LOCK

NAME

lock – reserve a terminal

CONTENTS

SYNOPSIS


lock [-npv] [-t timeout]

DESCRIPTION

The lock utility requests a password from the user, reads it again for verification and then will normally not relinquish the terminal until the password is repeated. There are two other conditions under which it will terminate: it will timeout after some interval of time and it may be killed by someone with the appropriate permission.

The following options are available:
-n
  Do not use a timeout value. Terminal will be locked forever.
-p
  A password is not requested, instead the user's current login password is used.
-t timeout
  The time limit (default 15 minutes) is changed to timeout minutes.
-v
  Disable switching virtual terminals while this terminal is locked. This option is implemented in a way similar to the -S option of vidcontrol(1), and thus has the same restrictions. It is only available if the terminal in question is a syscons(4) or vt(4) virtual terminal.

EXAMPLES

Lock the terminal for 5 minutes, disable switching virtual terminals and require the user's login password to unlock:

    $ lock -p -t 5 -v

SEE ALSO

vidcontrol(1), syscons(4), vt(4)

HISTORY

The lock command appeared in BSD 3.0 .

LOCK (1) December 11, 2020

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

There are two major products of Berkeley, CA -- LSD and UNIX. We don't believe this to be strictly by coincidence.
Jeremy S. Anderson