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:
parent
4b1e0196d1
commit
96c0512f19
1 changed files with 24 additions and 0 deletions
24
pages/linux/vlock.md
Normal file
24
pages/linux/vlock.md
Normal 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]}}`
|
Loading…
Add table
Reference in a new issue