Linux Startup Hack
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]
In this we have,
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]
In this we have,
Posted by BRAVO at 3:41 AM
No comments:
Post a Comment