Comments on: 5 ‘stat’ Command Examples for Linux Newbies https://www.tecmint.com/linux-stat-command-examples/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 06:30:19 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/linux-stat-command-examples/comment-page-1/#comment-1082533 Mon, 10 Dec 2018 10:57:18 +0000 https://www.tecmint.com/?p=28996#comment-1082533 In reply to Vinod.

@Vinod,

Use ls command to find ownership of a user in Linux.

]]>
By: Vinod https://www.tecmint.com/linux-stat-command-examples/comment-page-1/#comment-1082463 Mon, 10 Dec 2018 06:23:21 +0000 https://www.tecmint.com/?p=28996#comment-1082463 Hi,

Can anyone tell me that how can we find ownership of a user in Linux? & how can we find all the files in /var having ownership of a different user.

]]>
By: Ravi Saive https://www.tecmint.com/linux-stat-command-examples/comment-page-1/#comment-1014208 Mon, 09 Jul 2018 07:14:10 +0000 https://www.tecmint.com/?p=28996#comment-1014208 In reply to Jijo T Joy.

@Jijo,

Thanks for pointing, corrected in the article..

]]>
By: Jijo T Joy https://www.tecmint.com/linux-stat-command-examples/comment-page-1/#comment-1012986 Sat, 07 Jul 2018 06:52:24 +0000 https://www.tecmint.com/?p=28996#comment-1012986 To enable stat to follow links, use the -f flag as shown.

$ stat -L /

Please correct -f to -L.

]]>