Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-15 00:17:18 +00:00
parent 9304a1c1bb
commit cea04b793c
9 changed files with 98 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# apparmor_status
> This command is an alias of `aa-status`.
- View documentation for the original command:
`tldr aa-status`

View File

@@ -33,3 +33,7 @@ source: https://github.com/tldr-pages/tldr.git
- Find out which package owns a file:
`dpkg -S {{path/to/file}}`
- Purge an installed or already removed package, including configuration:
`dpkg -P {{package}}`

View File

@@ -8,6 +8,14 @@ source: https://github.com/tldr-pages/tldr.git
> Display and modify authentication failure record files.
> More information: <https://manned.org/faillock>.
- List login failures of the current user:
`faillock`
- Reset the failure records of the current user:
`faillock --reset`
- List login failures of all users:
`sudo faillock`

View File

@@ -34,7 +34,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display information about a package:
`pacstall --query-info {{package}}`
`pacstall --cache-info {{package}}`
- List all installed packages: