asked 210k views
3 votes
Which of the following commands would you enter to add the PCI subsystem to your Linux server? (Select from the options below.)

A) udevadm trigger --action=add --subsystem-match=pci
B) udevadm control --reload-rules
C) systemctl start udev-pci
D) modprobe pci_stub
E) lspci -v | grep pci

1 Answer

4 votes

Final answer:

The command to add the PCI subsystem to a Linux server is modprobe pci_stub.

Step-by-step explanation:

The command to add the PCI subsystem to a Linux server is modprobe pci_stub. This command loads the specified kernel module and adds the PCI subsystem to the server. The other options provided in the question do not specifically add the PCI subsystem.