Which is the command to find top 10 memory consuming process in Linux? If you want to find top CPU consuming process in Linux or display top 10 processes in descending order in Linux, here is the command to display processes with highest memory usage. Ubuntu users can easily see running processes in Linux Terminal […]
Ubuntu
Latest Ubuntu news updates, Ubuntu tutorials and tips for Ubuntu Linux. Learn to use one the most popular Linux distros. Get the updates and latest releases for Ubuntu.
Command To Check CPU And Memory Utilization In Linux Ubuntu
How to check CPU and memory utilization in Linux Ubuntu? Here is the Linux command to check memory utilization in percentage or check memory usage Linux by process. top Command top is used to display Linux processes. It provides a dynamic real-time view of a running system. It displays system summary information as well as […]
How To Check Installed Software In Ubuntu Terminal?
How to check installed software in Ubuntu terminal? Wondering how to check installed packages in Linux command, you can use apt-get to list installed packages or dpkg to list installed packages. dpkg Query You can use the dpkg-query command to list the packages. dpkg-query is a tool to show information about packages listed in the […]
How To Check Filesystem In Linux Using Command
On Ubuntu Linux, determine filesystem type. Learn how to check filesystem in Linux using command. Here is the terminal command to check file system in Ubuntu Linux. What is a file system in Linux? A file system is the method in which files are managed in Linux. File system determines how files are named, stored, […]
How To Check Which Process Is Using A Port In Linux
How to check port is open in Linux Ubuntu? Here is the command to check which process is using a port in Linux. On Linux, learn how to check if port is open. Using lsof command lsof command is used to list open files. Note that an open file may be a regular file, a […]
Linux Command To Get Disk Space In Gb
How to check disk space in Ubuntu terminal? Here is the Linux command to get disk space in gb – on Linux check free disk space in gb and on Linux check total disk space in gb. Use df Command to Check Total Disk Space In Linux The “df” command is for “disk filesystem” and […]