7 - 5: Scripting and Working at the Command Line Flashcards

1
Q

Shell Environments

A

Environments which provide command-line access

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

Scripts

A

Pre-written code designed to run automated tasks

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

SSH

A

SecureShell, which allows Linux command access on port 22

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

PowerShell

A

Administrative command line for Windows systems

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

cat Command (Linux)

A

Shows contents of a file

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

head Command (Linux)

A

Shows first few lines of a file

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

tail Command (Linux)

A

Shows last few lines of a file

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

grep Command (Linux)

A

Searches contents of a file

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

chow Command (Linux)

A

Changes a file or directory user owner

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

chgrp Command (Linux)

A

Changes a file or directory group owner

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

chmod Command (Linux)

A

Change permissions on a file or directory

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

Linux file permissions

A

Read (r), Write (w), Execute (x)

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

Linux file ownerships

A
User owner (u), Group owner (g), Others (o)
Weird: O = others, NOT owner
How well did you know this?
1
Not at all
2
3
4
5
Perfectly