#title Command Line Catalog Reconfiguration with sudo #author Stefan Hornburg (Racke) #topics blog; Interchange #date 2007-06-12 #pubdate 2007-06-12T11:05:17+02:00 #lang en Users can use the Interchange administration interface (UI) for reconfiguring their catalog. Alternatively, you can configure sudo to allow users running interchange from the commandline: sudo -u interchange /usr/sbin/interchange --reconfig=linuxia Add the following line to your sudoers file with visudo to give permission to do so: racke LOCAL = (interchange) NOPASSWD: /usr/sbin/interchange --reconfig=linuxia