【发布时间】:2016-10-14 21:16:57
【问题描述】:
我有一个用户 test5678x 和 test5678。即拥有文件夹中的文件。 使用 ls -l 所有者名称和组被截断,因此它们看起来相同。
-rw-r--r-- 1 test5678 test5678 0 Jun 14 08:36 test5678file
-r--r--r-- 1 test5678 test5678 0 Jun 14 08:25 test5678xfile
有没有办法解决这个问题?
【问题讨论】:
-
我知道
stat -c %U /path/to/file,但想列出所有文件的所有者。