{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

uname Flashcards

(11 cards)

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