mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
453 B
Plaintext
30 lines
453 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# vlock
|
|
|
|
> Lock virtual console.
|
|
> More information: <https://manned.org/vlock>.
|
|
|
|
- Lock current virtual console session:
|
|
|
|
`vlock`
|
|
|
|
- Lock current virtual console session via flag:
|
|
|
|
`vlock {{[-c|--current]}}`
|
|
|
|
- Lock all virtual console sessions:
|
|
|
|
`vlock {{[-a|--all]}}`
|
|
|
|
- Display help:
|
|
|
|
`vlock {{[-h|--help]}}`
|
|
|
|
- Display version:
|
|
|
|
`vlock {{[-v|--version]}}`
|