Search results

  1. T

    How to run an executable file after boot up immediately?

    Add your script to the /etc/init.d/ directory and enable it sudo update-rc.d <script> defaults sudo update-rc.d <script> enable Make sure that root is the script owner
Top