{ "@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" } }

Commands Flashcards

(20 cards)

0
Q

Hostname

A

My computer’s network name

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

Pwd

A

Print working directory

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

Mkdir

A

Make directory

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

Cd

A

Change directory

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

Cd ..

A

Go up a level to directory

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

Ls

A

List directory

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

Rm -rf

A

Remove directory on a Mac

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

Pushd

A

Push directory

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

Popd

A

Pop directory

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

Cp

A

Copy a file of directory

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

Mv

A

Move a file or directory

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

Less

A

Page through a file

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

Cat

A

Print the whole file

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

Xargs

A

Execute arguments

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

Find

A

Find files

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

Grep

A

Find things inside files

16
Q

Man

A

Read a manual page

17
Q

-p

18
Q

Touch

A

Makes an empty file

19
Q

More

A

Shows text below in terminal