Comptia linux commands Flashcards

1
Q

Used to give details about linux commands

A

man

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

List directory contents

A

ls

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

Find text in a file

A

grep

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

Print working directory

A

pwd

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

Move a file

A

mv

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

Copy a file

A

cp

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

Remove a file

A

rm

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

Change file permissions. Read, write, and execute

A

chmod

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

Changes file owner and group

A

chown

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

Executes any commands as administrator

A

sudo

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

Install, delete, or update

A

yum

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

Disk free space

A

df

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

Displays running processes

A

ps

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

Find DNS information

A

dig

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

Reads data from a file and displays content as a output

A

cat

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

Closes a process running

A

kill