Linux Flashcards

1
Q

What is “ls”?

A

List directories

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

What is “pwd” ?

A

Print working directory

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

What is “mkdir”?

A

Command used to create directories in Linux

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

What is “cd”?

A

Linux command to navigate through directories

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

What is “mv”?

A

Move or rename files in Linux

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

What is “cp”?

A

Similar usage as mv but for copying files in Linux

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

What is “rm”?

A

Delete files or directories

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

What is “touch”?

A

Create blank/empty files

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

What is “ln”?

A

Create symbolic links (shortcuts) to other files

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

What is “cat”?

A

Display file contents on the terminal

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

What is “clear”?

A

Clear the terminal display

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

What is “echo”?

A

Print any text that follows the command

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

What is “less”?

A

Linux command to display paged outputs in the terminal

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

What is “man”?

A

Access manual pages for all Linux commands

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

What is “uname”?

A

Linux command to get basic information about the OS

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

What is “whoami”?

A

Get the active username

17
Q

What is “tar”?

A

Command to extract and compress files in Linux