From 2cabb2c1e29855a960e6d56301767bab6e9b95ca Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Wed, 21 Feb 2024 10:32:19 -0600 Subject: [PATCH] Fix the tags so they display better --- .../lab8-system_and_process_monitoring-I.md | 11 ++++++++++- .../lab3-bootup_and_startup.md | 4 +++- .../lab4-advanced_system_process_monitoring.md | 11 ++++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/docs/labs/systems_administration_I/lab8-system_and_process_monitoring-I.md b/docs/labs/systems_administration_I/lab8-system_and_process_monitoring-I.md index bf7a31767e..2e09409e5e 100644 --- a/docs/labs/systems_administration_I/lab8-system_and_process_monitoring-I.md +++ b/docs/labs/systems_administration_I/lab8-system_and_process_monitoring-I.md @@ -5,7 +5,16 @@ tested on: All Versions tags: - system monitoring - process monitoring - - ps pgrep pidof cgroups pstree top kill lsof pkill exec + - ps + - pgrep + - pidof + - cgroups + - pstree + - top + - kill + - lsof + - pkill + - exec --- # Lab 8: System and process monitoring diff --git a/docs/labs/systems_administration_II/lab3-bootup_and_startup.md b/docs/labs/systems_administration_II/lab3-bootup_and_startup.md index ae360b5425..b6f9b204bd 100644 --- a/docs/labs/systems_administration_II/lab3-bootup_and_startup.md +++ b/docs/labs/systems_administration_II/lab3-bootup_and_startup.md @@ -4,7 +4,9 @@ contributors: Steven Spencer, Ganna Zhyrnova tested on: All versions tags: - lab exercises - - bootup, target and service management + - bootup management + - target management + - service management - systemd - systemctl --- diff --git a/docs/labs/systems_administration_II/lab4-advanced_system_process_monitoring.md b/docs/labs/systems_administration_II/lab4-advanced_system_process_monitoring.md index aa32d3dfcf..12f947dd41 100644 --- a/docs/labs/systems_administration_II/lab4-advanced_system_process_monitoring.md +++ b/docs/labs/systems_administration_II/lab4-advanced_system_process_monitoring.md @@ -5,7 +5,16 @@ tested on: All Versions tags: - system monitoring - process monitoring - - fuser numactl perf chrt schedtool atop strace systemd-run taskset cgroups + - fuser + - numactl + - perf + - chrt + - schedtool + - atop + - strace + - systemd-run + - taskset + - cgroups ---