Linux Commands Flashcards

1
Q

ls

A

List files and directories

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

grep

A

Looks for specific patterns in text files

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

shutdown

A

Shutdown

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

pwd

A

Present Working Directory

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

passwd

A

Change Password

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

mv

A

Move (not copy)

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

cp

A

Copy

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

rm

A

Remove files

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

chmod

A

Modify read, write and execute permissions

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

chown

A

Change/Modify ownership

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

ps

A

Process State (running processes)

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

su

A

Switch User

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

sudo

A

Run Command as specific user

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

apt-get

A

Install, remove & update packages

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

yum

A

Installing, deleting, querying and managing Red Hat Enterprise software packages

17
Q

df

A

Display amount of diskspace available

18
Q

man

A

Display user manual of any command

19
Q

top

A

Show active Linux processes in dynamic real-time

20
Q

find

A

Locate data on system

21
Q

dig

A

Domain Information Groper

Gather DNS information

22
Q

cat

A

Reads data from a file and gives its content as an output

23
Q

nano

A

Command Line based text editor