What command in Linux provides a dynamic real-time view of the system's running processes?
- top
- ls
- ps
- df
The 'top' command in Linux provides a dynamic, real-time view of the system's running processes. It displays information about CPU usage, memory usage, and more. 'top' is a powerful tool for monitoring system performance and identifying resource-intensive processes.
Loading...
Related Quiz
- Which of the following is a valid way to declare a variable in Bash?
- protocol is considered to be highly secure and is commonly used in Linux?
- Which file in Linux contains the hashed password information for users?
- Which tool is commonly used to manage btrfs file systems?
- Which operator would you use in Bash to check if two strings are equal?