Forrest logo
back to the physlock tool

physlock:tldr:a5d00

physlock: Mute kernel messages on console while locked.
$ physlock -m
try on your machine

The "physlock -m" command is used to lock the physical console of a Linux system.

When this command is executed, it will block any input from the keyboard and the mouse, effectively preventing any user from accessing or interacting with the system at the physical console. This is commonly used as a security measure to prevent unauthorized access when the system is unattended or left idle.

The "-m" option stands for "mouse" and is used to include mouse input in the lock, meaning that both the keyboard and mouse will be disabled when the command is executed. If the "-m" option is not specified, only the keyboard input will be blocked.

To unlock the console and regain access, the user typically needs to input a password or specific key combination, depending on the configuration of the physlock tool.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the physlock tool