小编Nic*_*eed的帖子

为什么 /home 是预期的两倍大?

我今天正在检查我的磁盘使用情况,并运行以下命令(使用 sudo 所以我没有得到“权限被拒绝”)

$ du -hs /home
26G     /home

$ ls -la /home
total 24
drwxr-xr-x  4 root  root   4096 Dec 27  2017 .
drwxr-xr-x 25 root  root   4096 Oct  1 17:39 ..
drwxrwxr-x  3 root  root   4096 Dec 27  2017 .ecryptfs
drwx------ 53 paper paper 12288 Oct  6 14:38 paper`

$ du -hs /home/*
13G    /paper
Run Code Online (Sandbox Code Playgroud)

为什么我的 /home 目录正好是我的用户目录的两倍,它看起来像是 /home 中唯一的东西?

filesystems disk-usage

6
推荐指数
1
解决办法
925
查看次数

标签 统计

disk-usage ×1

filesystems ×1