Cách tìm File/Folder lớn nhất trên Linux

### Cách tìm tệp hoặc thư mục lớn nhất trên Linux

Linux cung cấp một số cách để tìm tệp hoặc thư mục lớn nhất trên hệ thống của bạn.Dưới đây là ba trong số các phương pháp phổ biến nhất:

1. Sử dụng lệnh `du`

Lệnh `Du` (sử dụng đĩa) có thể được sử dụng để hiển thị việc sử dụng đĩa của tệp hoặc thư mục.Để tìm tệp hoặc thư mục lớn nhất trên hệ thống của bạn, hãy sử dụng lệnh sau:

`` `
du -h - -max -sâu = 1 /
`` `

Lệnh này sẽ liệt kê tất cả các tệp và thư mục trong thư mục gốc (`/`), cùng với kích thước của chúng ở định dạng có thể đọc được của con người.Tệp hoặc thư mục lớn nhất sẽ được liệt kê ở đầu đầu ra.

2. Sử dụng lệnh `lsof`

Lệnh `lsof` (danh sách mở tệp) có thể được sử dụng để liệt kê tất cả các tệp hiện đang mở trên hệ thống của bạn.Để tìm tệp hoặc thư mục lớn nhất, hãy sử dụng lệnh sau:

`` `
kích thước lsof -t -i -f
`` `

Lệnh này sẽ liệt kê tất cả các tệp hiện đang mở, cùng với kích thước của chúng.Tệp hoặc thư mục lớn nhất sẽ được liệt kê ở đầu đầu ra.

3. Sử dụng lệnh `find`

Lệnh `find` có thể được sử dụng để tìm kiếm các tệp hoặc thư mục dựa trên nhiều tiêu chí khác nhau.Để tìm tệp hoặc thư mục lớn nhất, hãy sử dụng lệnh sau:

`` `
tìm / -type f -size +1g
`` `

Lệnh này sẽ tìm thấy tất cả các tệp trong thư mục gốc (`/`) lớn hơn 1 gigabyte.Tệp hoặc thư mục lớn nhất sẽ được liệt kê ở đầu đầu ra.

### Tài nguyên bổ sung

* [Làm thế nào để tìm tệp lớn nhất trên Linux] (https://www.digitalocean.com/community/tutorials/how-to-find-the-grear-gile-on-linux)
* [Cách tìm thư mục lớn nhất trên Linux] (https://www.tecmint.com/find-largest-folder-on-linux/)
* [Cách tìm tệp hoặc thư mục lớn nhất trong Linux] (https://www.linux.com/tutorials/find-largest-file-or-folder-linux/)

### hashtags

* #linux
* #Quản lý tệp
* #Sử dụng đĩa
* #Tìm tệp lớn nhất
* #Tìm trang bị lớn nhất
=======================================
### How to Find the Largest File or Folder on Linux

Linux provides several ways to find the largest file or folder on your system. Here are three of the most common methods:

1. Using the `du` command

The `du` (disk usage) command can be used to display the disk usage of a file or directory. To find the largest file or folder on your system, use the following command:

```
du -h --max-depth=1 /
```

This command will list all files and directories under the root directory (`/`), along with their sizes in human-readable format. The largest file or folder will be listed at the top of the output.

2. Using the `lsof` command

The `lsof` (list open files) command can be used to list all files that are currently open on your system. To find the largest file or folder, use the following command:

```
lsof -t -i -F size
```

This command will list all files that are currently open, along with their sizes. The largest file or folder will be listed at the top of the output.

3. Using the `find` command

The `find` command can be used to search for files or directories based on a variety of criteria. To find the largest file or folder, use the following command:

```
find / -type f -size +1G
```

This command will find all files under the root directory (`/`) that are larger than 1 gigabyte. The largest file or folder will be listed at the top of the output.

### Additional Resources

* [How to Find the Largest File on Linux](https://www.digitalocean.com/community/tutorials/how-to-find-the-largest-file-on-linux)
* [How to Find the Largest Folder on Linux](https://www.tecmint.com/find-largest-folder-on-linux/)
* [How to Find the Largest File or Folder in Linux](https://www.linux.com/tutorials/find-largest-file-or-folder-linux/)

### Hashtags

* #linux
* #File-management
* #Disk-usage
* #find-largest-file
* #find-largest-folder
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock