Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Linux Startup Hack

Tags: script

Simple ticket to insert a Script in startup

Step one: Create a script in /etc/init.d/ -> This is executed at statup

Step Two: Use the command -> update-rc.d with following syntax

update-rc.d [script-name] start [seq-num] [list-of-run-levels]
In this we have,
[seq-num] = 0 - 99
[list-of-run-levels] is separated by space, and terminated by "."



This post first appeared on WEB, please read the originial post: here

Share the post

Linux Startup Hack

×

Subscribe to Web

Get updates delivered right to your inbox!

Thank you for your subscription

×