Linux Lab#LI03-4: Manage hardware

Lab

linux
lab
hardware
lab
Author

albertprofe

Published

Tuesday, June 1, 2021

Modified

Tuesday, September 26, 2023

📘 Linux Lab#LI03-4: Manage hardware

  • Use the following commands to document hardware information for your lab computers: dfducat /proc/cpuinfocat /proc/meminfo.
  • Devices: devicespartitions. cat /etc/fstab,
  • Networking and users: ifconfigip addruname --a.
  • Direct the output from these commands into text files (make as many text files as you wish to organize this documentation reasonably). Use both > and >> to organize the data.
  • Redirect the dmesg output to a text file, and then use the grep utility to display any reference to “memory” or “CPU” in the file. What else does this file tell you?