Core 2 - Linux command line Flashcards

1
Q

cp

A

Copy file from one location to another

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

ifconfig / iwconfig

A

view the network configuration

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

dd

A

restore an image of a partition

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

chmod

A

change mode - change the permission of a file

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

vi

A

edit a text file

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

ps

A

view currently running services

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

ls

A

Lists all files and directories in the present working directory

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

cd

A

To change to a particular directory

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

grep

A

search for a string of characters in a specified file

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

shutdown

A

used to shutdown the system in a safe way.

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

pwd

A

Print Working Directory - prints the path of the working directory, starting from the root

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

passwd

A

used to change the user account passwords

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

mv

A

move - used to move files or directories from one place to another in a file system

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

rm

A

remove - used to remove files and directories permanently

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

chown

A

to change the user and/or group ownership of a given file, directory, or symbolic link

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

sudo / su

A

Super User DO - allows you to run programs with the security privileges of another user; used to access restricted files and operations.

17
Q

apt-get

A

for installing, upgrading, and cleaning packages

18
Q

kill

A

used to terminate processes manually