uname Flashcards

1
Q

uname

A

Prints basic information about the operating system name and system hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

uname -a

A

–all
print all information, in the following order, except omit -p and -i if unknown:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

uname -s

A

–kernel-name
print the kernel name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

uname -n

A

–nodename
print the network node hostname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

uname -r

A

–kernel-release
print the kernel release

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

uname -v

A

–kernel-version
print the kernel version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

uname -m

A

–machine
print the machine hardware name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

uname -p

A

–processor
print the processor type (non-portable)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

uname -i

A

–hardware-platform
print the hardware platform (non-portable)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

uname -o

A

–operating-system
print the operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

uname –version

A

output version information and exit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly