Differences

This shows you the differences between two versions of the page.

Link to this comparison view

stat [2013/09/24 11:21]
stat [2013/09/24 11:21] (current)
Line 1: Line 1:
 +====== stat ======
  
 +=== Darwin ===
 +
 +== Get user, group owner of a file ==
 +
 +<​code>​
 +stat -f %Su <​filename>​
 +stat -f %Sg <​filename>​
 +</​code>​