Home > Common Problem > body text

Linux check disk space command list

zbt
Release: 2023-06-30 17:33:02
Original
3879 people have browsed it

Linux commands to view disk space include: 1. df command; 2. du command; 3. ls command.

Linux check disk space command list

linux view disk space command list

1.df command

df -h

This command will display the disk space usage of all mounted file systems and display the disk space size in a human-readable manner.

Linux check disk space command list

2. du command

du -sh /path/to/directory

This command will display the disk space usage of the specified directory case, displays the directory size in human-readable form.

Linux check disk space command list

3. ls command

ls -lsh /path/to/file

This command will display the disk space usage of the specified file case, displays the file size in a human-readable format.

Linux check disk space command list

Note: The above commands need to be executed with root privileges or sudo.

The above is the detailed content of Linux check disk space command list. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template