Basic Linux Commands Flashcards

To master all the commands

1
Q

man

A

Opens Manual page.

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

Shut Down/ Power Off

A

Shut Down

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

vi

A

Text Editor(Crypto).

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

nano

A

Simple Text Editor

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

top

A

Displays Running Processes

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

dig

A

DNS info

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

iwconfig
(interface wireless configuratio

A

Wireless TCP/IP Properties

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

ip

A

Group of Commands

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

passwd

A

Update User Password

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

sudo

A

Execute Command as Another User

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

dnf or yum

A

Install Packages (RPM-based)

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

apt or apt-get

A

Install Packages (Debian-based)

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

ps

A

Process Information

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

chown

A

changes ownership for files and directories

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

chmod

A

Modifies read and write permissions

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

df

A

Disk Space Usage

17
Q

grep

A

Filter and search

18
Q

cat

A

Display file Content

19
Q

find

A

Search Files/ Directories

20
Q

rm

A

Remove File names

21
Q

cp

A

Copies Files and Directories

22
Q

mv

A

Moves/Renames Files

23
Q

pwd

A

Display working Directory PAth

24
Q

ls

A

list files and directories