diff --git a/web/app/docs/help-info/system-commands/page.tsx b/web/app/docs/help-info/system-commands/page.tsx index 59bd06b..9e68841 100644 --- a/web/app/docs/help-info/system-commands/page.tsx +++ b/web/app/docs/help-info/system-commands/page.tsx @@ -53,6 +53,13 @@ export default function SystemCommandsPage() { { command: "getent passwd | column -t -s :", description: "Readable user table (UID, shell, etc.)" }, ], }, + { + title: "Auditing & Summary Tools", + commands: [ + { command: "lynis audit system", description: "Run a full system security audit" }, + { command: "fastfetch", description: "Display system summary in ASCII format" }, + ], + }, ] return (