Topic 4: The linux operating system Flashcards

1
Q

what command would display non-persistent storage usage?

A

free

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

what are two facts about drivers?

A

1) they can be built as modules and loaded into the kernel as needed
2) they can be compiled into the kernel

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

what command would you use to view all running processes?

A

ps aux

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

what folder typically stores service configuration files?

A

the /etc folder

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

what command could you use to view only your processes?

A

ps -u $(whoami)

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

what are 4 things that the top command displays?

A

system load average
running processes
current cpu usage
the PIDs of running processes

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

what are two utilities that could be used to view listening services and ports?

A

netstat and ss

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

what are two commands that display the IP address of the local host?

A

ip addr show
ifconfig

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