cd /etc/init.d for i in 0 1 2 3 4 5 6; do cd rc$i.d mv upstart_disabled/* . rm -r upstart_disabled cd .. done