mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 03:00:36 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/aa-remove-unknown
Normal file
21
tldr/linux/aa-remove-unknown
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# aa-remove-unknown
|
||||
|
||||
> Remove AppArmor profiles that are no longer present in the configuration directory.
|
||||
> More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-remove-unknown.8>.
|
||||
|
||||
- Perform a dry run to see which profiles would be removed:
|
||||
|
||||
`sudo aa-remove-unknown -n`
|
||||
|
||||
- Actually remove the profiles:
|
||||
|
||||
`sudo aa-remove-unknown`
|
||||
|
||||
- Display help:
|
||||
|
||||
`aa-remove-unknown {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user