uname Flashcards
1
Q
uname
A
Prints basic information about the operating system name and system hardware.
2
Q
uname -a
A
–all
print all information, in the following order, except omit -p and -i if unknown:
3
Q
uname -s
A
–kernel-name
print the kernel name
4
Q
uname -n
A
–nodename
print the network node hostname
5
Q
uname -r
A
–kernel-release
print the kernel release
6
Q
uname -v
A
–kernel-version
print the kernel version
7
Q
uname -m
A
–machine
print the machine hardware name
8
Q
uname -p
A
–processor
print the processor type (non-portable)
9
Q
uname -i
A
–hardware-platform
print the hardware platform (non-portable)
10
Q
uname -o
A
–operating-system
print the operating system
11
Q
uname –version
A
output version information and exit