Ubuntu Linux, like all unix varieties, includes the du command line utility. du stands for Disk Usage, as I'm sure you assumed. Go ahead, just type the command in your home directory: geek@ubuntu-desktop:~$du 8
PYDF (Python Disk File System) is an advancement of the DF command, which we have discussed above. It is a python command-line tool used to display disk usage but in different colors, unlike the DF command. PYDF does not come pre-installed in Ubuntu but can be installed with the comma...
For those days when I’m not feeling too text-oriented, there’sbaobab, the disk usage analyzer for the GNOME desktop environment. You would launch it from the command line and get a graphical view of your directories and their sizes. Also Read How to install Google Chrome on Ubuntu The ...
Select the File Systems tab to view the system’s partitions and disk space usage. The information is displayed according to Total, Free, Available and Used. Check Disk Space In Ubuntu Terminal The “df” command is for “disk filesystem” and is a great tool to know about the disk space...
usage but the server is not local and the log files cannot be examined directly. To specify how to display output, use one of the following values with the--formatoption: ·grid(default) Display output in grid or table format like that of themysqlclient command-line tool. ·csvDisplay ...
Disk Usage Analyzer comes preinstalled on most systems that use GNOME, which is the default desktop environment for Ubuntu. You’ll find this program in the Utilities folder from the main app launcher. When the program first loads, it will let you select which file system you’d like to ana...
ncdu (NCurses Disk Usage) is a command-line version of the du command, which is based on ncurses and offers the fastest way to analyze and track disk space.
Install Ubuntu Install CentOS on VMware Player Login to Ubuntu Shell The shell in Linux Bourne-again shell (Bash) Start the shell in Ubuntu Essential Linux commands Command line history Manual pages info command Manage directories Manage files Environment variables Common environment variables PATH envir...
All Ubuntu distributions have a disk usage (du) command. This command-line tool estimates the disk usage in a specified directory. It does this by first summarizing any directory tree (the hierarchy of directories) in the given directory, followed by a usage summary of all the files in that...
This is about it. You should now know how to check you system status, free and used space, cpu and memory usage. It takes time to memorize these commands, but once you do it will be easy. Just remember that each command in Ubuntu is well documented and you can also do ...