101-500 question 222 discussion

View all LPIC-1 System Administrator Exam 101, Part 1 of 2, here
back to lpi forum

Question 222

Which of the following properties of a Linux system should be changed when a virtual machine is
cloned? (Choose two.)

  • A. The partitioning scheme
  • B. The file system
  • C. The D-Bus Machine ID
  • D. The permissions of /root/
  • E. The SSH host keys
Answer:

D,E

User Votes:
A
50%
B
50%
C 5 votes
50%
D 1 votes
50%
E 5 votes
50%
Discussions
0 / 1000
daittarn2
2 months ago

C. D-Bus Machine ID:
The machine ID uniquely identifies the system to services like D-Bus. When cloning a VM, the machine ID should be changed to avoid conflicts.

E. SSH host keys:
SSH host keys uniquely identify the machine for SSH connections. Cloned machines should have unique SSH keys to avoid security issues.