1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:55:23 +02:00
tldr/pages/linux/vlock.md

25 lines
355 B
Markdown
Raw Normal View History

2025-06-28 07:29:06 -07:00
# 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]}}`
- Show help:
`vlock {{[-h|--help]}}`
- Show version:
`vlock {{[-v|--version]}}`