Which file in the /proc directory can be inspected to gather information about the system's CPU?
- /proc/cpuinfo
- /proc/meminfo
- /proc/filesystems
- /proc/sys/kernel
The /proc/cpuinfo file in the /proc directory is used to gather information about the system's CPU. It provides details about the processor, including its model, speed, and features. This is a valuable resource for understanding the CPU's capabilities and characteristics.
Loading...
Related Quiz
- You're troubleshooting a network issue and want to see if any dropped packets are occurring on your server's main network interface. Which command would you likely use?
- Which directory is crucial for the system booting process?
- A colleague informs you that they're unable to access a service on a remote server. You suspect it might be a firewall issue. How would you list the current firewall rules to diagnose the issue?
- You're creating a script that should take different actions based on the day of the week. Which Bash construct would be most suitable for this?
- A kernel that can have modules loaded and unloaded at runtime is referred to as a _________ kernel.