aboutsummaryrefslogtreecommitdiff
path: root/uname.1
blob: b0862515014c9bc3e451d226bb40ce02ddce797c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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