Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sys_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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. <html></html>
# sudo su
#lshw -class disk -html > disk.html


# Output the following information to a file called cpu
Expand Down