1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 20:55:24 +02:00

vlock: add page (#17004)

This commit is contained in:
Kristopher 2025-06-28 07:29:06 -07:00 committed by GitHub
parent 4b1e0196d1
commit 96c0512f19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages/linux/vlock.md Normal file
View file

@ -0,0 +1,24 @@
# 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]}}`