logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

stat.1 (314B)


  1. .Dd February 2, 2015
  2. .Dt STAT 1
  3. .Os ubase
  4. .Sh NAME
  5. .Nm stat
  6. .Nd display file status
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl L
  10. .Op Ar file...
  11. .Sh DESCRIPTION
  12. .Nm
  13. displays information about the given
  14. .Ar files
  15. or stdin if no
  16. .Ar files
  17. are specified.
  18. .Sh OPTIONS
  19. .Bl -tag -width Ds
  20. .It Fl L
  21. Follow links.
  22. .El
  23. .Sh SEE ALSO
  24. .Xr stat 2