df-See how much free disk space the different file systems have, the disk utilization of the mounted file system (shown in K only). df-h Display disk space in a readable manner (K,m,g visually based on file size)Show Inode usage: The inode is a data structure used to store metadata for a particular file, and the predefined number of Inode is assigned when a file system is created. A file system that runs ou
The DF command lists the number of free disk space on the file system where the specified file name resides. If no file name is specified, all currently used file systems are displayed. By default, disk space is displayed as a block of 1K, and if the environment variable posixly_correct is set, a block of 512 bytes is displayed.Command formatDF [OPTION] ... [FILE] ...Command parameters-A,--allDisplays the usage of all file system disk space-B,--block-
Original URL: http://blog.csdn.net/wangjunjun2008/article/details/19840671Du (disk usage), as the name implies, view the size of the directory/file footprint#查看当前目录下的所有目录以及子目录的大小$ du-h$ du-ah#-h: Using the human form of K, M and G to display#-a: Displaying directories and filesDU-H tmpDu-ah tmpSize of #只查看当前目录下的tmp目录 (including subdirectories)#查看当前目录及其指定深度目录的大小Du-h–-max-depth=0#-–max-depth=n: Drill down to the nth-level directory, set here to 0, which means not to go deep into subdirectoriesSome
The DF command is used to view the disk usage of the Linux file system, and to see how much space is currently occupied by the disk and how much space is left.Several of the commonly used commands areCommand 1 DF The default display size is in kilobytes, you can use the parameter-K 1024-byte units,-M 1024*1024 bytes,-I display innode information,-H displays the data in the appropriate units,-H is the same a
Today a friend of the server space is full, check found that the server Apache logs occupy 3.6G of space, the log clean up after found df-h still show/Occupy space for 100%
What is this for? Because some of the programs that are programmed to run Linux do not immediately make room for deletion, and he deletes exactly the Apache log file that is running in
Use the following command to see which files are still occupied by which process
Tags: syn system ada centos inode int cal Inux ReadThe DF command is used to view the partition of the disk, the space used by the disk, and the remaining space1. UsageDF [Options] [file:]2. Command options-A ,--all file Systems-H,--human-readable to display information in a suitable unit-H,--si is the same as the-h parameter, but is calculated as the conversion unit of Bytes instead of the Bytes-I,--inodes display inode information-K,--kilobytes spec
1.10th bit DF of the flag register, direction sign bit. In the string processing instruction, control the increment and decrement of si,di after each operationDf=0, after each operation, Si, di increasesDf=1, after each operation, Si, di decreasesWe can use the assembly syntax to describe the functions of MOVSB as follows:mov es:[di],byte ptr ds:[si]; 8086 does not support such instructions, only for the purposes of descriptionIf
The Mount command gives an overview of all mounted devices. To get this information, the/proc/mounts file was read, where the kernel keeps information about all current mounts. It shows kernel interfaces also, which may leads to a long list of mounted devices being displayed.The df-th command is designed to show available disk space on mounted devices; It includes most of the system mounts. Because it would look at all mounted file systems, it was a c
Command:
DF-H
Output instance:
File System capacity used available % mount point
/Dev/md0 9.7g 4.7G 4.6g 51%//Dev/sda5 9.7G 45 m 9.1g 1%/boot/Dev/sda8 9.9g 43 m 9.3g 1%/homeNone 1.8g 0 1.8g 0%/dev/SHM/Dev/sda9 23g 3.8g 18g 18%/usr/Dev/sda7 4.9g 2.6G 2.1g 57%/var/Dev/sdb1 267g 131G 123g 52%/oradata
Explanation:
DF outputs the capacity of each partition of the hard disk. The-h Parameter indicates that the dis
Ext2 file system the regular file system in Linux is Ext2 (Linux second extended file system), which consists of the following three parts: 1) super block: records the overall information of this file system, includes the total inode/block quantity, usage, remaining amount, and file system format and related information. 2) inode: records the attributes and permissions of a file (metadata). A file occupies one inode and records the block number of the file data. 3) block: because Ext2 is an inde
When an alert is reported, the Linux space usage is greater than 95%.
[Root@www.bkjia.com] # df-k
Filesystem 1K-blocks Used Available Use % Mounted on
/Dev/cciss/c0d0p2 10080520 9112968 455484 96%/
None 1977584 0 1977584 0%/dev/shm
/Dev/cciss/c0d0p5 28842748 6706924 20670700 25%/u01
/Dev/cciss/c0d0p6 26850172 683148 24803108 3%/u02
However, when du-kxs is used, the root directory usage is 80%
Du statistics file size Addition
top-c #任务管理器free-m #查看内存使用情况kill-9 2312 (description: Forced kill process kill-9 PID)df-h #查看磁盘使用情况
First, top1. RoleThe top command is used to display the program process in progress, and the permissions are all users.2. Format
top [-] [D delay] [Q] [C] [s] [s] [i] [n]
3. Main parameters
D: Specifies the interval of the update, in seconds.
Q: There are no delayed updates. If the user has a superuser, the top comma
1. Command: DF2. Command function: Displays the available space for the specified disk file.3. Command parameters:-A#List of all file systems-H#easy to read mode display-H#equals "-h", but calculated, 1k=1000, not 1k=1024-I.#Display inode Information-K#Chunk is 1024 bytes-L#Show local file system only-M#Chunk is 1048576 bytes--no-sync#Ignore sync command-P#the output format is POSIX--sync#perform the sync command before obtaining the disk information-T#File System Type--block-size=#Specify chunk
The Fdisk tool is a partitioning tool; DF is used to view the usage of the file system (partition)! Fdisk focuses on displaying information about partitioned tables; DF focuses on displaying information about all file systems in the current system; Fdisk-l View current partition information ( Mainly partition table information) fdisk/dev/sda partition the disk/DEV/SDA
Tags: txt parameter passwd linu directory size Linux BSP block size blogDfDF View the total capacity, usage capacity, remaining capacity, etc. of mounted disks. You can not add any parameters, which are displayed by default in units of K.[[email protected] ~]# DF #默认文件单位kb文件系统 1k-block used available% mount point/dev/sda3 18658304 1058996 17599308 6%/devtmpfs 499848 0 499848 0%/devt
http://symfony.net.cn/archives/177
Resolve execution df-h jammed, yum and RPM are unable to install software problems
September 29, 2010–10:55 pm
On-line a server needs to install screen, the result whether Yum installation or RPM installation is not possible, according to other developers, the implementation of DF-H will also be stuck, it is really strange. We run the RPM installation to see, the debugg
Http://www.cnblogs.com/itech/archive/2012/05/15/2502284.html
The DF command is used to display the available disk space on a disk partition. The default display unit is KB. You can use this command to get how much space the hard disk is occupied and how much space is left.
When the system disk is full, the most common command to view system space is df-i display inode information Di-ah m for the unit displa
CentOS command for reporting disk space usage df
Df command to list the number of available disk space on the file system where the specified file name is located. If no file name is specified, all currently in use file systems are displayed. By default, the disk space is displayed in 1 K. If the environment variable POSIXLY_CORRECT is set, it is displayed in 512 bytes.
Command Format
Check the file and folder size in Linux (df du) and linuxdfDf
Usage: df [Option]… [File]…Displays the information of the file system where each file is located. All file systems are displayed by default.
Common options-H,-human-readable size displayed as human readable form (e.g., 1 K 234 M 2G)
Example
[Root @ www ~] # Df-H file system capacity in use % availabl
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.