From 0b6ec15a60fc3ad851d3d6647e53b4c0bebd90a0 Mon Sep 17 00:00:00 2001 From: Jakub Wlodek Date: Mon, 20 Feb 2023 22:46:23 -0500 Subject: [PATCH] module: Adding additional 'use' subcommand to tldr page for module (#9867) * Adding additional 'use' subcommand to tldr page for module * Update pages/linux/module.md Update command example and description to better reflect official docs. Co-authored-by: Jack Lin --------- Co-authored-by: Jack Lin --- pages/linux/module.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/module.md b/pages/linux/module.md index 46858c737..3dba844fc 100644 --- a/pages/linux/module.md +++ b/pages/linux/module.md @@ -26,3 +26,7 @@ - Unload all loaded modules: `module purge` + +- Specify user-created modules: + +`module use {{path/to/modulefiles}}`