Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-30 00:22:10 +00:00
parent 0b27d7dda4
commit 3495c8ec38
111 changed files with 496 additions and 123 deletions

18
tldr/linux/runlevel Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# runlevel
> SysV runlevel utility.
> See also: `init`.
> More information: <https://manned.org/runlevel>.
- Return previous and current SysV runlevel:
`runlevel`
- Display help:
`runlevel --help`