Linux Commands Flashcards

1
Q

What is the linux command to see what’s inside a folder?

A

ls

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

What is the linux command to change directory?

A

cd -P

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

What is the linux command to search for text?

A

grep -i

*-i is case insensitive

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

What is the linux command to shitdown?

A

shutdown -P now

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

What is the linux command to show the current location in the file system?

A

pwd

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

What is the linux command to set the password?

A

passwd

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

What is the linux command to move a document?

A

mv

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

What is the linux command to remove a document?

A

rm -r

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

What is the linux command to edit text?

A

vi

Quit and save changes: :wq

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

What is the linux command to change persmissions of files/directories?

A

chmod

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

What is the linux command to view active proccesses?

A

ps

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

What is the linux command to run as administrator?

A

sudo

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

What is the linux command to create a protected directory?

A

cmkdir

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

What is the linux command to change ownership of a file?

A

chown

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

What is the linux command to work with software packages?

A

apt-get

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

What is the linux command to copy and convert the format of a file in the process?

A

dd

17
Q

What is linux GRUB?

A

Dictates the options for booting the system