Learn Basic Linux commands: df commands and du commands
Source: Internet
Author: User
Learn about basic Linux commands: df commands and du commands-general Linux technology-Linux technology and application information. For more information, see the following. Df command
This interface is used to view the status information of the Linux File System and display the capacity, used, unused, and mount points of each partition.
For example
Df-k displays information about each partition in kilobytes of KB.
Df-a displays all partitions, including partitions with a size of 0.
Df-T: Display partition types such as EXT2 or EXT3
Du command
Used to view the size of a file or folder.
For example
Du-B/home displays the size of each subfolders IN THE/home folder in bytes.
Du-ks home displays the total size of the/home folder in kilobytes of KB.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.