aboutsummaryrefslogtreecommitdiff
path: root/uname.1
diff options
context:
space:
mode:
Diffstat (limited to 'uname.1')
-rw-r--r--uname.159
1 files changed, 59 insertions, 0 deletions
diff --git a/uname.1 b/uname.1
new file mode 100644
index 0000000..b086251
--- /dev/null
+++ b/uname.1
@@ -0,0 +1,59 @@
+UNAME(1) "fases core"
+
+# NAME
+
+uname - return system information
+
+# SYNOPSIS
+
+*uname* [-*amnrsv*]
+
+# DESCRIPTION
+
+Return system information.
+
+With no argument, write the operating system name.
+
+*-a*
+ Behave as if -mnrsv were specified.
+
+*-m*
+ Write the name of the hardware architecture on which the system is running
+ to standard output.
+
+*-n*
+ Write the name of this network hostname node to standard output.
+
+*-r*
+ Write the current release level of the operating system implementation.
+
+*-s*
+ Write the name of the running operating system implementation.
+
+*-v*
+ Write the current version of this release of the operating system
+ implementation.
+
+# EXAMPLES
+
+*uname*
+ Write the name of the running operating system implementation to standard
+ output.
+
+*uname -mnrsv*
+ Same as uname -a.
+
+*uname -v*
+ Write the current version of this release of the operating system
+ implementation.
+
+# AUTHOR
+
+Written by Ferass EL HAFIDI as part of the fases
+project.
+
+Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
+
+# COPYRIGHT
+
+Copyright (C) 2022 Ferass EL HAFIDI