uname.1 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. UNAME(1) "fases core"
  2. # NAME
  3. uname - return system information
  4. # SYNOPSIS
  5. *uname* [-*amnrsv*]
  6. # DESCRIPTION
  7. Return system information.
  8. With no argument, write the operating system name.
  9. *-a*
  10. Behave as if -mnrsv were specified.
  11. *-m*
  12. Write the name of the hardware architecture on which the system is running
  13. to standard output.
  14. *-n*
  15. Write the name of this network hostname node to standard output.
  16. *-r*
  17. Write the current release level of the operating system implementation.
  18. *-s*
  19. Write the name of the running operating system implementation.
  20. *-v*
  21. Write the current version of this release of the operating system
  22. implementation.
  23. # EXAMPLES
  24. *uname*
  25. Write the name of the running operating system implementation to standard
  26. output.
  27. *uname -mnrsv*
  28. Same as uname -a.
  29. *uname -v*
  30. Write the current version of this release of the operating system
  31. implementation.
  32. # AUTHOR
  33. Written by Ferass EL HAFIDI as part of the fases
  34. project.
  35. Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
  36. # COPYRIGHT
  37. Copyright (C) 2022 Ferass EL HAFIDI