=== rc 파일이 비대화형 ssh 에서 읽히나 ===
비대화형: LIBVIRT_DEFAULT_URI=[(비어 있음)]
=== 그런데도 virsh 가 system 을 보는 까닭 ===
-rw-r--r-- 1 root      root      547 Sep  1 19:16 /etc/libvirt/libvirt.conf
-rw-r--r-- 1 donghyeon donghyeon  31 Sep  9 13:42 /home/donghyeon/.config/libvirt/libvirt.conf
/home/donghyeon/.config/libvirt/libvirt.conf:uri_default = "qemu:///system"
/etc/libvirt/libvirt.conf:# (@uri_default also prevents probing of the hypervisor driver).
/etc/libvirt/libvirt.conf:#uri_default = "qemu:///system"
=== virsh 가 지금 무엇을 보나 ===
qemu:///system

=== 대화형 셸에서는 rc 가 읽힌다 ===
대화형: LIBVIRT_DEFAULT_URI=qemu:///system
