$ update-rc.d --help
usage: update-rc.d [-n] [-f] <basename> remove
update-rc.d [-n] <basename> defaults [NN | SS KK] // NN SS KK是00-99
update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] . // 这里有句点符号,别忘记了
update-rc.d [-n] <basename> disable|enable [S|2|3|4|5]
-n: not really //不理解,not readlly不完全?不完全删除?
-f: force //强制删除符号链接,即使/etc/init.d/<basename>仍然存在
The disable|enable API is not stable and might change in the future.