On 17 April 2012 12:15, Dhastha <[email protected]> wrote: > Autorun > > #!/bin/sh > fullpath=$(pwd) > exec firefox $fullpath/index.html >
There seems to be a program for this: http://linux.die.net/man/1/autorun Look at this as well: https://wiki.ubuntu.com/autorun That said, autorun is kind of risky when the user does not know what is being run automatically. And this feature can be used to run an attack script. You get the drift. -- Y _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
