> Also if I do a SIGHUP to ices to update a playlist, do I just need to issue > the command ices SIGHUP? What would be the correct format. Use: kill -s SIGHUP IcesPid where "IcesPid" is the PID of the running Ices. Ices saves a file called ices.pid which gives you a handy reference for this, so I do kill -s SIGHUP < /path/to/ices.pid Dan