GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LOCK(1) FreeBSD General Commands Manual LOCK(1)

lock
reserve a terminal

lock [-npv] [-t timeout]

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:

Do not use a timeout value. Terminal will be locked forever.
A password is not requested, instead the user's current login password is used.
timeout
The time limit (default 15 minutes) is changed to timeout minutes.
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.

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

$ lock -p -t 5 -v

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

The lock command appeared in 3.0BSD.
December 11, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.