diff --git a/sys_stats.sh b/sys_stats.sh index 3c2bf6b..a7f5b61 100644 --- a/sys_stats.sh +++ b/sys_stats.sh @@ -17,12 +17,18 @@ # Output the following information to a file called network # 1. Do not print any serial numbers or sensitive information related to the system + # touch network # 2. All network interfaces + # sudo su + # lshw -class network -sanitize > network # Output the following information to a file called disk.html # 1. All disks + # touch disk.html # 2. The output should include html tags, i.e. + # sudo su + #lshw -class disk -html > disk.html # Output the following information to a file called cpu