On Sat, 16 Apr 2022 15:59:42 +1200, you wrote: >sudo su >cd /root >mkdir .mythtv >rm config.xml >cd .mythtv >ln -s /etc/mythtv/config.xml >exit Oops, the rm is in the wrong place, try this: sudo su cd /root mkdir .mythtv cd .mythtv rm config.xml ln -s /etc/mythtv/config.xml exit