mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 12:50:37 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/vlock
Normal file
29
tldr/linux/vlock
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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]}}`
|
||||
|
||||
- Show help:
|
||||
|
||||
`vlock {{[-h|--help]}}`
|
||||
|
||||
- Show version:
|
||||
|
||||
`vlock {{[-v|--version]}}`
|
||||
Reference in New Issue
Block a user