diff --git a/pages/linux/vlock.md b/pages/linux/vlock.md new file mode 100644 index 0000000000..d258f4c7bd --- /dev/null +++ b/pages/linux/vlock.md @@ -0,0 +1,24 @@ +# vlock + +> Lock virtual console. +> More information: . + +- 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]}}`