Extras Flashcards

1
Q

A process may have multiple parent processes

True/False

A

False

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

Which statements are true? (SA)

[user1@linux ~]$ ps -f -
user1 5994 2670 0 14:47 pts/2 00:00:00 bash
user1 6044 5994 0 14:49 pts/2 00:00:00 bash
user1 6466 6044 0 14:52 pts/2 00:00:00 gedit file
user1 6548 6044 0 14:54 pts/2 00:00:00 ps -f -

A

user1 6044 5994 0 14:49 pts/2 00:00:00 bash

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

How do you sign an IPV4 address using DHCP on modern Ubuntu?

BootProto
dhclient
djcp4; yes (in configuration file)
Ndhcp4:true (in configuration file)

A

dhclient
djcp4; yes (in configuration file)
dhcp4:true (in configuration file)

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