Which command-line tool is used to view real-time system processes in Linux?
- top
- ls
- cat
- ps
The correct answer is "top." The top command is a real-time system monitoring tool in Linux that provides information about system processes, CPU usage, memory usage, and more. It allows users to monitor and manage running processes interactively.
Loading...
Related Quiz
- Which command in Linux is commonly used to manage and update user passwords?
- 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?
- A colleague informs you that a specific daemon is causing issues and should be temporarily disabled without stopping it. Which command in Linux would allow you to mask the service?
- The ________ file in Linux is used to configure network interfaces and is typically found in the /etc/network/ directory.
- Which command is used to send ICMP echo requests to test network connectivity?