rootとしてサーバーにログインし、次のコマンドを実行しようとしました。
# update-rc.d -f tk10xbooting.sh default 5
ここで、tk10xbooting.shは、サーバーを再起動するたびに実行したいスクリプトです。しかし、実行すると、結果は次のように出力されます。
update-rc.d: using dependency based boot sequencing
usage: update-rc.d [-n] [-f] <basename> remove
update-rc.d [-n] <basename> defaults [NN | SS KK]
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
-f: force
The disable|enable API is not stable and might change in the future.
何が起こっているのか分かりますか?