How can I tell which files are consuming more space in AIX?

How can I tell which files are consuming more space in AIX?

find /var -xdev -ls|sort +6rn|head -20 The command check all the directory and sub-directory of /var and find out the highly space consuming files and display it. You can find out the file size on the 6th column and the files are list out in reverse order which means highly space consuming files are list out in first.

How do I check the size of AIX?

Type “du -a -m” then press the “Enter” key. This action will display the file size in megabytes for the files located in the current directory. Or type “du -a” then press “Enter.” This will display the file size in bytes for the files located in the current directory.

Why does a du read a DF File?

du reads each object and sums them up. Also, a running process can keep a deleted file open. This means the space will still be reserved and seen by df, but since du will no longer see a reference to that file in the directory tree, it cannot see those reserved blocks.

What should be included in a daily financial report?

To gain a panoramic view of your business’s financial activities, working with a monthly, weekly, and daily financial report template will give you a well-rounded and comprehensive overview of every key area based on your specific aims, goals, and objectives.

Where do I find reports in Adobe Acrobat Pro?

Although this means you may have to rotate the screens occasi onally to read various reports from the Adobe Acrobat View menu, you will see examples of reports in the exact manner as when you print them yourself—with the exception that the actual data may be different.

How to use DF to check disk space?

The df command provides an option to display sizes in Human Readable formats by using ‘-h’ (prints the results in human readable format (e.g., 1K 2M 3G )). 4. Display Information of /home File System To see the information of only device /home file system in human readable format use the following command.