0

I am checking the file sizes of /tmp directory using du -h, but I also would like to have the ownership information of those files. There is a simple way to do this? I looked at the du manual and it seems to not have any option for this.

Thank's in advance.

1 Answers1

1

You can use the following command and have a check .

stat -c "%y %s %n" /tmp/*